We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Applet woes.. (Read 520 times)
Applet woes..
Sep 13th, 2009, 8:57am
 
Hi guys, I am trying to get my program to export and run as an applet (i remember I did it once before).. when I export and then try to run I get this error, I have signed both core and also my own jar file (but not the other libs ones is this ok?) but I always get this exact error on all browsers:

java.lang.NullPointerException
     at sun.plugin2.applet.Plugin2Manager.findAppletJDKLevel(Unknown Source)
     at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
     at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Exception: java.lang.NullPointerException

any ideas??
Page Index Toggle Pages: 1