J
Johnny
Hi all:
I have a very simple Java applet which runs perfectly on Windows in IE, but
when I try to load it in IE on MAC OS 9, I get an error"
An Exception Occurred, ClassNotFoundException for TestApplet
Java Exception: java.lang.NullPointerException.
The Page hosting the Java Applet is being served from Apache, and the code
is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
</HEAD>
<BODY>
<applet code="TestApplet.class" width=450 height=600>
</applet>
</BODY>
</HTML>
Can anyone offer any advice as to what I can do?
I have a very simple Java applet which runs perfectly on Windows in IE, but
when I try to load it in IE on MAC OS 9, I get an error"
An Exception Occurred, ClassNotFoundException for TestApplet
Java Exception: java.lang.NullPointerException.
The Page hosting the Java Applet is being served from Apache, and the code
is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
</HEAD>
<BODY>
<applet code="TestApplet.class" width=450 height=600>
</applet>
</BODY>
</HTML>
Can anyone offer any advice as to what I can do?