Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.lang.UnsatisfiedLinkError

850311Mar 25 2011
Hello guys!

I am trying to make this tutorial -> http://www.java3d.org/starting.html

But, I have a classpath problem.

I use Netbeans 6.8.1 IDE and Windows 7 x64 (if the OS matters). I added the .jar files with right-click on libraries on the main project -> Add JAR/Folder, and still the program isn't working, it throws this exception:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no j3dcore-d3d in java.library.path

What should I do to get my program running? How can I make the classpath right? On some other forum some member told me: I do believe that in Java, native calls are made....correct? That means that you will need to DLL. - and indeed I found some .dll file in the installation folder. What do I do with it? Where to put it?

Please help me, I really need to do this program in order to work with the Java 3D API.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 22 2011
Added on Mar 25 2011
0 comments
933 views