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?
> 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.