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)

[1103 byte] By [ul2] at [2007-9-26 22:16:04]
# 1
This message means that the OS cannot find the j3d.dll file. Your path environment variable must point to j3d.dll's directory.
krewekomedi at 2007-7-4 1:46:46 > top of Java-index,Developer Tools,Java Compiler...
# 2
can you have a example?
hrk_1981@163.com at 2007-7-4 1:46:46 > top of Java-index,Developer Tools,Java Compiler...