ToonTalk / behaviour-composer

A web-based tool for composing NetLogo micro-behaviours
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Run doesn't work in FireFox 3 #150

Open ToonTalk opened 9 years ago

ToonTalk 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 ToonTalk on 2008-08-16 12:35:22

ToonTalk 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 issue reported on code.google.com by ToonTalk on 2008-08-16 14:55:45