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