Title: 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

Reply via email to