views:

29

answers:

2

Hello. I have created a new JAR but I cannot see my changes made. It seems like its caching the old JAR.

When I do a javaws -viewer I see the date modified column for that JAR as April 7, which is old. Is there another way to remove java JARS from cache?

I know it works on my local machine with same JARS. And the date modified field is May 23. I'm testing on a TEST server where this problem is occurring.

Any ideas why?

Thank you.

A: 

Browsers typically cache the applet code. You can restart the browser or use the Java Console.

trashgod
A: 

try this one:

javaws -uninstall
Bozhidar Batsov
So this will remove java from the machine?
Marquinio
Nope, this will clear you java web start cache...
Bozhidar Batsov
Nope Applet still being cached. Any other way to remove it from cache?
Marquinio
Ok problem was that it was getting the applet from a different environment that was never updated.
Marquinio
Glad to hear your problem is resolved.
Bozhidar Batsov