[OT]How do I clear a Java cache?

  • Thread starter Thread starter Cyde Weys
  • Start date Start date
C

Cyde Weys

I'm trying to program a Java Applet on my Linux computer using javac.
As such, I'm using a web browser (specifically, Mozilla) using the Java
Run-time environment test my applet. However, no matter how many times
I hit the "Refresh" button in the browser, it doesn't update the applet.
This makes it very hard to program, because the only results I see are
from several versions ago! Anyone know how to clear the Java cache (or
better yet) disable it? Thanks.
 
Cyde said:
I'm trying to program a Java Applet on my Linux computer using
javac. As such, I'm using a web browser (specifically, Mozilla) using
the Java Run-time environment test my applet. However, no matter how
many times I hit the "Refresh" button in the browser, it doesn't update
the applet. This makes it very hard to program, because the only
results I see are from several versions ago! Anyone know how to clear
the Java cache (or better yet) disable it? Thanks.

I got it working with IE ... anyone know why Mozilla is acting differently?
 
Back
Top