Java keeps a copy of all software elements in a computer place called the "cache" . The function of this stock is reduce waiting time and the amount of information to download in each application run.
Sometimes you can have one of these components have been damaged by a transmission error or problems with the file system. In this case the execution of the application is blocked, and the best solution is to clear the cache, so the Java downloads again the files you need for the next execution.
Here's the procedure for clearing your cache. The steps are different depending on the version of Java you are using. Below a small applet will show you this information:
If you do not have any version of Java installed you can download from the official site http://www.java.com/es/
Next, choose the version of Java you have installed on your computer:
Java 1.4 | Java 1.5 | Java 1.6
Clearing the Java cache in computers running with Windows Xp and Java 1.4
Go to Start | Configuration | Control Panel | Java Plug-in

Select the Tab Cache in the Java Plug-in Control Panel window and click on Clear.
Once the cache has been cleared, close all the windows and reboot the computer to apply changes.
Clearing the Java cache in computers running with Windows Xp and Java 1.5
Go to Start | Configuration | Control Panel | Java

Go to General tab and click on Delete Files...

Select all and click Ok.

Once the cache has been cleared, close all the windows and reboot the computer to apply changes.
Clearing the Java cache in computers running with Windows Xp and Java 1.6
Go to Start | Configuration | Control Panel | Java

Go to General tab and click on Settings.

A new windows will pop-up, then click on Delete Files...

Select all and click Ok.

Once the cache has been cleared, close all the windows and reboot the computer to apply changes. |