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
