Hey All,

The error I have encountered when I run 'HelloUniverse.class' is as follow:

java.lang.UnsatisfiedLinkError: no J3D in java.library.path
at java.lang.ClassLoader.loadLibrary(Compiled Code)
at java.lang.Runtime.loadLibrary0(Runtime.java:470)
at java.lang.System.loadLibrary(System.java:745)
at javax.media.j3d.UniverseManager$1.run(UniverseManager.java:155)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.UniverseManager.<init>(Compiled Code)
at javax.media.j3d.VirtualUniverse$2.run(VirtualUniverse.java:468)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:464)
at javax.media.j3d.Screen3D.<clinit>(Screen3D.java:39)
at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:29)
at HelloUniverse.<init>(HelloUniverse.java:41)
at HelloUniverse.main(HelloUniverse.java:54)

I have downloaded OpenGL files but am unsure which directory to install them. Can you lend me a helping hand?

Thank you for going over the problem. Appreciate if you can help me. ===================================================================== To subscribe/unsubscribe, send mail to [EMAIL PROTECTED] Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to