i decided to test a applet i made in fire fox,
it worked fine b4 in the eclipse applet test thing
but as soon as i set up the html file and ran it , it
decided to throw errors at me ><
what does this even mean?
heres the html i made , encase thats the problemjava.lang.NullPointerException
at sun.plugin2.applet.Plugin2Manager.findAppletJDKLev el(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unk nown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionR unnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.NullPointerException
<html> <head> <title>Test Applet</title> </head> <body> <APPLET code="main\UI" archive="test.jar" width="500" height="400"> you need to have java installed to use this applet </APPLET> </body> </html>