Generally when I Clean and Build the applet runs both from NetBeans and through the browser if the application is basic. I added a JTable and used NetBeans to get the MySQL service and dragged a table in into the JTable. From NetBeans everything works fine, however in the browser I am getting an error:
java.lang.NullPointerExcep
tion
at sun.plugin2.applet.Plugin2
Manager.fi
ndAppletJD
KLevel(Unk
nown Source)
at sun.plugin2.applet.Plugin2
Manager.cr
eateApplet
(Unknown Source)
at sun.plugin2.applet.Plugin2
Manager$Ap
pletExecut
ionRunnabl
e.run(Unkn
own Source)
at java.lang.Thread.run(Unkno
wn Source)
Exception: java.lang.NullPointerExcep
tion
java.lang.NullPointerExcep
tion
at sun.plugin2.applet.Plugin2
Manager.fi
ndAppletJD
KLevel(Unk
nown Source)
at sun.plugin2.applet.Plugin2
Manager.cr
eateApplet
(Unknown Source)
at sun.plugin2.applet.Plugin2
Manager$Ap
pletExecut
ionRunnabl
e.run(Unkn
own Source)
at java.lang.Thread.run(Unkno
wn Source)
Exception: java.lang.NullPointerExcep
tion
I have read about applets and signing but not too sure if this is the problem.