When I try to run my applet "AppletHello.class" in a browser (Netscape) I
get the following error:
----------------------------------------------------------------------------
---------------------------------------------------
Netscape Communications Corporation -- Java 1.1.5
Type '?' for options.
Symantec Java! ByteCode Compiler Version 210.065
Copyright (C) 1996-97 Symantec Corporation
# Verifier error javax/media/j3d/VirtualUniverse.<clinit>()V: Cannot find
class java/security/PrivilegedAction
# Verifier error
javax/media/j3d/Canvas3D.defaultGraphicsConfiguration()Ljava/awt/GraphicsCon
figuration;: Cannot find class java/awt/GraphicsConfigTemplate
java.lang.NoClassDefFoundError: com/sun/j3d/utils/universe/SimpleUniverse
at java.lang.ClassLoader.resolveClass(Compiled Code)
at java.lang.ClassLoader.loadClassInternal(Compiled Code)
at AppletHello.createCanvasPanel(Compiled Code)
at AppletHello.init(Compiled Code)
* at netscape.applet.DerivedAppletFrame$InitAppletEvent.dispatch(Compiled
Code)
at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
at
netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(Compiled
Code)-----------------------------------------------------------------------
--------------------------------------------------------
The JAR file that I use contains the files :
java/security/PrivilegedAction.class
and
java/awt/GraphicsConfigTemplate.class
Can someone help me??
Edgar DB
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".