Testing Java Applets (newbie)

Hello,

I'm new and going through the Java Tutorial. The problem I'm having is that when I make any changes to a source file and recompile, the change will not show up in Mozilla unless I close out Mozilla and launch it again. Reloading the page doesn't work. I'm running Fedora Linux Core 2.

Is there some way to prevent this from happening?

[372 byte] By [MicahCarrick] at [2007-9-30 15:58:58]
# 1
Test in appletviewer.AFAIK most browsers require a restart to load new versions of applets.
paulcw at 2007-7-5 23:27:46 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 2
I thought the java plugin console has a command for clearing the classloader cache? could be worth the try...
jsalonen at 2007-7-5 23:27:46 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 3

> Hello,

> I'm new and going through the Java Tutorial. The

> problem I'm having is that when I make any changes to

> a source file and recompile, the change will not show

> up in Mozilla unless I close out Mozilla and launch it

> again. Reloading the page doesn't work. I'm running

> Fedora Linux Core 2.

>

> Is there some way to prevent this from happening?

When u run your applet open java console (there is somewhere out there in Mozzila menu tools->java console i think) and when u want to reload the applet first u clear the classloader cache and after that u can reload your applet.

fipilica at 2007-7-5 23:27:46 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 4
When the applet is launched it is copied or smt like that in our hard drive. It is clear that you relaunch your Mozilla or clear the classloader cache. Does it mean that I can find the applet code in my computer when viewing an applet embedded html page?Am I wrong?
what.why.how at 2007-7-5 23:27:46 > top of Java-index,Archived Forums,Debugging Tools and Techniques...