Title: java.lang.UnsatisfiedLinkError
I don't know exactly what could be the problem, but it seems like one that happended to me (another UnsatisfiedLinkError).  Mine was because I had an old j3d.dll installed in my winnt\system32 directory. Check that you have all the dlls of your current version of Java3D installed in the directory that you specified, and delete all the others j3d dlls that you could have of older versions.
 
If it doen't works... I don't know  :r
 
I hope this help you
Javi

-----Original Message-----
From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Alan Fransham
Sent: mi�rcoles 4 de octubre de 2000 16:25
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