Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2005 22:46:26 +0000
From:      Chris Hodgins <chodgins@cis.strath.ac.uk>
To:        freebsd-java@freebsd.org
Subject:   Java3D
Message-ID:  <41F96F42.8070702@cis.strath.ac.uk>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41F96F42.8070702>