On Sun, 13 Dec 1998, Leo Cyr wrote:
> If you use HotJava (current is 1.1.5) for some reason ;-) it automatically
> re-downloads the classes/jars specified in the Applet tag. I'm not sure why
> -- I guess it is realted to the browser's cache, but caching of html is
> still on... It just works...
If you use HotJava (current is 1.1.5) for some reason ;-) it automatically
re-downloads the classes/jars specified in the Applet tag. I'm not sure why
-- I guess it is realted to the browser's cache, but caching of html is
still on... It just works...
Christopher Hinds wrote:
> Since the brows
Since the browser caches HTML pages in a history list of some type,
every
you time leave and return to the HTML page, the applet will be activated
( start() ) and deactivated ( stop() ) respectively. Therefore you can
try clearing the cached pages which should force the embedded JVM
to call the de