-
Applets in web pages
I have a simple applet that I am trying to put in an HTML page. It works, but I changed some things and it shows the old applet. I tried clearing my cache but it still won't show up. Also, when I try to use input dialogs, they won't even appear. Why is this?
-
try holding down ctrl and then hit the reset button this forces some browsers to load the applet from stratch.
-
That isn't working (IE 5.5). Any other ideas?
-
are you using swing?? if so current browsers do not support it until the jre (java runtime environment) is installed.
-
I had the same problem.
It usually works if you close the browser window and then open it again.
Sometimes only time and a reboot do the trick.
Weird...
-JR-