i set up a applet and it worked just fine when i ran it from eclipse , but now that i embedded it in a web page i get a major error , any way i could fix it
things i have tried
turned on the next generation applet support
self signed the applet
and tried lots of different combos of the html tags to get the least amount of errors possible
heres a link to the applet and source
the applet page
the source zipped
and heres the full list of errors i got when i tried to run it
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