I've been writing an applet with the Ready to Program IDE. For some reason, when running the applet with Ready to Program, the applet works, but when I use the html file to run the class, the applet on that page is the same applet, but when I first compiled it. In other words, the html file is somehow using an old class file even though that class file has been overwritten.
Can anyone help me on this?
[Edit: Nevermind, it works now.]
05-12-2005, 03:15 PM
mikeBarr81
I think the browser caches applets, so if you alter and recompile it might ignore the newer version....
05-12-2005, 09:23 PM
Phaelax
I get that problem with applications sometimes, usually resetting the jvm fixes it.