TheButcher
Programmer
I created an applet that will run fine on netscape. I try to run the same applet on internet explorer and I get the following message in my java console:
java.lang.NullPointerException
at DApplet.start(DApplet.java:81)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I have the java 1.4 plugin installed on both netscape and internet explorer. Can anyone please help?
java.lang.NullPointerException
at DApplet.start(DApplet.java:81)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I have the java 1.4 plugin installed on both netscape and internet explorer. Can anyone please help?