The problem is that you have multiple jvm installed on your machine. Java3d is installed only with one of them, specifically the one used by jbuilder. It's obvious that when you're using the command line you're using a different jvm which does not have java3d installed. Just make sure that your environment points to the correct java installation.
On windows platform, the dll's used are named j3d*.dll and are located in %java_home%\jre\bin, in your case is ..\J2sdk1.4.2_01\jre\bin. Cheers, Florin -----Original Message----- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of Naomi Greenberg Sent: Dienstag, 4. Mai 2004 16:53 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] java.lang.UnsatisfiedLinkError Which dll files? Right now, I'm including in my project all of the Java 3D jar files that are in the following directory: ..\J2sdk1.4.2_01\jre\lib\ext. The jar files included are: dnsns.jar j3daduio.jar j3dcore.jar j3dutils.jar ldaspec.jar localedata.jar sunjce_provider.jar vecmath.jar It runs fine in JBuilder, but fails when running the jar file from the command line. ----- Original Message ----- From: Zak Nixon To: [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 9:58 AM Subject: Re: [JAVA3D] java.lang.UnsatisfiedLinkError Check where the Java3D *.dll files are located. You probably have them in the wrong place. Z ----- Original Message ----- From: Naomi Greenberg To: [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 8:57 AM Subject: [JAVA3D] java.lang.UnsatisfiedLinkError I get the following error message after creating and then running my jar file: "Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in java.library.path..." I need some help as to what may be causing this. Thanks. =========================================================================== 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".
