java cache issue
java cache issue
- Started
- Last post
- 4 Responses
- mitsu
does anyone know the trick to getting old applets out of the cache programmatically... a meta tag or somfin?
everytime i compile a new class file, and open the page that loads the applet, it shows the old version of the applet... grrrr.
- mitsu0
bah, this issue is resolved only through resetting the cache through the console... eech!!
- blend0
that's what applet viewer is for...
- mitsu0
yeah, i was more concerned about the client... not me for development, but apparently this isn't something i can handle programmatically. when ie caches, it caches.
- blend0
hmmm...
I guess you're out of luck. You could try using IDE/appletviewer to show the applet on your computer or keep renaming the class for every new version for the client.