ToonTalk / modelling4all

Automatically exported from code.google.com/p/modelling4all
0 stars 0 forks source link

Run doesn't work in FireFox 3 #150

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The applet often (but not always) stops -- Java console shows:

java.lang.NullPointerException
    at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

Not a problem for IE7, Safari, or Opera (I think).

Original issue reported on code.google.com by ToonT...@gmail.com on 16 Aug 2008 at 12:35

GoogleCodeExporter commented 9 years ago
If you add ?loadApplets=0 to the URL then applets aren't loaded and you are 
taken to 
a page with a link to load the applet. This seems to work without problem.

I tried to automate this so RUN launched a new window or tab with the applet in 
it 
but popup blockers stopped that.

Original comment by ToonT...@gmail.com on 16 Aug 2008 at 2:55