In addition to copying J3D.dll to the folder where your application is
running, you may need to have something like the following when you run your
application:
java -Djava.library.path=. <your .jar file or .class file>
The key part is the
-Djava.library.path=.
Rob
-----Original Message-----
From: Wessel Thomas [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 31, 1988 6:07 PM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH
I am new to Java 3D. Whenever I try to run a Java 3D program I get the
following error:
Exception in thread "main" java.lang.UnsatisfiedLinkerror: no J3D in
java.library.path
at java.lang.ClassLoader.loadLibrary(Compiled code)
at Java.lang.Runtime.loadLibrary0(Runtime.java:470)
These are also repeated for javax.mdia.j3D
How can this error be rectified?
Thank you
Wessel Thomas
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".