Java 3D requires Java from Sun. From the README:
> ============
> REQUIREMENTS
> ============
>
> This version of Java 3D(TM) for WindowsNT 4.0,
> Windows 98, and Windows 2000 requires the following:
>
> Java 2 (Runtime or SDK) version 1.2.2 or later from Sun
> Microsystems (http://java.sun.com/jdk/). This includes
> the Java Plug-In (JPI) to update Java(TM) in your browser.
> Note: Java 2 version 1.3 is recommended.
-Paul
> MIME-Version: 1.0
> Date: Fri, 6 Oct 2000 08:44:21 +0100
> From: Alan Fransham <[EMAIL PROTECTED]>
> Subject: Re: [JAVA3D] java.lang.UnsatisfiedLinkError
> To: [EMAIL PROTECTED]
>
> Excellent! That's done the trick. Thanks Matthew.
>
> Now I need to find out if there is any way of using j3d with the Microsoft
> JVM (some hope) since we're using J/Direct calls elsewhere and are therefore
> currently dependent on this VM!
>
> Al.
>
> -----Original Message-----
> From: Matthew Flagg [mailto:[EMAIL PROTECTED]]
> Sent: 05 October 2000 18:33
> To: [EMAIL PROTECTED]
> Subject: Re: [JAVA3D] java.lang.UnsatisfiedLinkError
>
>
> It looks like your problem is that you are using the Microsoft JVM and not
> the Sun JRE with is most likely where you installed the Java3D files. Try
> using "java" or "jre" instead of "jview". "jview" is Microsoft's JVM. As
> for the Visual J++ I think someone else has had this problem. Search the
> archives and double check. Hope that helps.
>
> -----Original Message-----
> From: Alan Fransham [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 04, 2000 10:25 AM
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] java.lang.UnsatisfiedLinkError
>
>
>
> Hi,
> I've installed java3d and have had one or two installation problems
> (not too uncommon so I understand) that I have been able to overcome but
> there is one problem that I am having real difficulty resolving.
>
> Basically when I attempt to verify the install using the command
> "jview HelloUniverse" I get the following message:
>
> "java.lang.UnsatisfiedLinkError: java/security/AccessController.doPrivileged
> Possible causes: If you are trying to use J/Direct (@dll.import), check your
> compiler version (for JVC, requires 4336 or greater.) If you are trying to
> use RNI, there are new requirements: see documentation.
>
> at java/security/AccessController.doPrivileged
> at javax/media/j3d/MasterControl.<clinit> (MasterControl.java:17)
> at javax/media/j3d/VirtualUniverse.<clinit>
> (VirtualUniverse.java:550)
> at
> com/sun/j3d/utils/universe/SimpleUniverse.getPreferredConfiguration
> (SimpleUniverse.java)
> at HelloUniverse.<init> (HelloUniverse.java:80)
> at HelloUniverse.main (HelloUniverse.java:101)"
>
> The same thing happens when I try to run the applet via the
> VisualJ++ IDE. (It compiles fine.)
>
> Any ideas?
>
> Regards,
> Al.
>
>
> Supplementary information:
> OS: Windows 2000
> Java: Version 1.3
>
===========================================================================
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".