java3D: java.lang.UnsatisfiedLinkError
Could someone help me with this please.
I couldn't find any help at the java suns pages.
I have installed java3D. I can compile the program but not execute the program. I am using j2sdk1.4.0 and I get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\j2sdk1.4.0\jre\bin
\J3D.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1480)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1396)
at java.lang.Runtime.loadLibrary0(Runtime.java:772)
at java.lang.System.loadLibrary(System.java:832)
at javax.media.j3d.MasterControl$17.run(MasterControl.java:787)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:784)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:229)
at PlanE_Dali.<init>(PlanE_Dali.java:72)
at PlanE_Dali.main(PlanE_Dali.java:92)

