Java3D

Chris Hodgins chodgins at cis.strath.ac.uk
Thu Jan 27 14:42:02 PST 2005


Trying to run the example applications in the Java3D demo folder.  I 
have run them with jdk1.5 but I get:

$ java HelloUniverse
Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError: no J3D in 
java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
         at java.lang.Runtime.loadLibrary0(Runtime.java:822)
         at java.lang.System.loadLibrary(System.java:992)
         at javax.media.j3d.MasterControl$22.run(MasterControl.java:894)
         at java.security.AccessController.doPrivileged(Native Method)
         at 
javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:891)
         at 
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:229)
         at HelloUniverse.init(HelloUniverse.java:94)
         at com.sun.j3d.utils.applet.MainFrame.run(MainFrame.java:262)
         at java.lang.Thread.run(Thread.java:595)


$ ls /usr/local/jdk1.5.0/jre/lib/ext/
dnsns.jar    j3dcore.jar   localedata.jar       vecmath.jar
j3audio.jar  j3dutils.jar  sunjce_provider.jar


How does setting JAVA_VERSION effect the CLASSPATH used?  Even if I 
change it to point at the 1.5.0 libraries it has the same message. 
Anything I can do to fix this?

If there is any testing that I can do to help in general, please let me 
know.  Does Eclipse support 1.5 yet?

Thanks
Chris


More information about the freebsd-java mailing list