Message-Id: <199906131654.JAA18546@shorter.eng.sun.com>
Date: Sun, 13 Jun 1999 09:52:41 -0700 (PDT)
From: Jeff Nisewanger <Jeff.Nisewanger@eng.sun.com>
Subject: Re: security in java3D
To: java-security@java.sun.com, sci87289@nus.edu.sg
> After I have downloaded the Java3d1_1_2-win32-opengl-sdk, and run the demos,
> I kept on receiving this message in some of the demos:
>
> java.lang.NoClassDefFoundError: java/security/PrivilegedAction
>
>
> Is this has something to do with "security" ? or where can I get such class
> definition?
I'm not familiar with this Java 3D SDK release and what version
of Java it expects to run on. But, the java.security.PrivilegedAction
interface is new to Java 2 (wasn't in JDK 1.1.x). You may need to run
Java 3D on Java 2 Standard Edition which you can download from the
http://java.sun.com website.
Jeff