Hi,
I have an Example.java file, which I am trying to view in Netscape.
But I get the above error using appletviewer including
Warning: embed tag requires cpde attribute
Exception in thread "main" java.lang.NullPointerException
at sun.applet.AppletViewer.parse(Compiled Code)
at sun.applet.AppletViewer.parse(AppletViewer.java:965)
at sun.applet.AppletViewer.main(Compiled Code)
Also, if I run it on Netscape, I get the applet Example notunited. I have
seen this error, but still do not understand what it means.
THANKS for your help.
Vineet Gupta
(PS. Example.java file is from Intro to Programming in Java3d. I have not
made any changes to the file).
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/