java.lang.UnsatisfiedLinkError
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.