PDA

Click to See Complete Forum and Search --> : Simple cache issue?


bearruler
Apr 22nd, 2006, 11:08 AM
I have uploaded an applet (test.class) and its helper classes (stored in package "mine" in kd.jar)

I fixed some errors, and recompiled then reuploaded test.class
I cleared the java temperary files, as well as the firefox cache

I had the same problem last night and went to bed. When I restarted the computer this morning, the new files worked (but last night, it still thought the old files were updated, even though I cleared the cache)

Is there something besides the Java control panel temp files and the "Clear cache" buttons I can do so I dont have to restart every time I upload a new class file?

Also, I have my 3 helper classes in package mine, everything in project kd (in netbeans IDE 5.0)
When I recompile my test.class, do I need to rebuild the project and reuploaded kd.jar
Are my applet tags correct: <applet code="test.class" archive="jd.jar">

Sorry, Its my first time working with applets :/


Bear

System_Error
Apr 22nd, 2006, 11:12 AM
Try clearing the cache, cookies, and temporary files. Also hit f5 a several times when the applet runs.

bearruler
Apr 22nd, 2006, 11:21 AM
Still wont update :/


Bear