Well, I am not running it as a applet, but a standalone application from
the command line:
java HelloUniverse


-----Original Message-----
From: Justin Couch [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 14, 1999 8:06 PM
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] Error when running SimpleUniverse


Harish Nachnani wrote:
>
> I am getting the following error when I run the HelloUniverse program:
>
> java.lang.NoClassDefFoundError: java/security/PriviledgeAction
> at
> at HelloUniverse.<init>(HelloUniverse.java:83)
> at HelloUniverse.main(HelloUniverse.java:106)

Errr... this sounds like you are running a 1.2 applet in a 1.1 VM - ie
you are using the embedded JVM within your browser and not the Java
Plugin. Make sure that you have <OBJECT> tags rather than <APPLET> tags
in the HTML file.

--
Justin Couch                                   Author, Java Hacker
Snr Software Engineer                     [EMAIL PROTECTED]
ADI Ltd, Systems Group              http://www.vlc.com.au/~justin/
Java3D FAQ:       http://tintoy.ncsa.uiuc.edu/~srp/java3d/faq.html
-------------------------------------------------------------------
"Look through the lens, and the light breaks down into many lights.
 Turn it or move it, and a new set of arrangements appears... is it
 a single light or many lights, lights that one must know how to
 distinguish, recognise and appreciate? Is it one light with many
 frames or one frame for many lights?"      -Subcomandante Marcos
-------------------------------------------------------------------

===========================================================================
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".

===========================================================================
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".

Reply via email to