I don't think so. It exists (even in all bin directories). But I'm not sure. How can I test it?
 
Michael
----- Original Message -----
Sent: Monday, February 12, 2001 3:22 AM
Subject: Re: [JAVA3D] UnsatisfiedLinkError

Is your dll corrupted?

Kyle Wayne Kelly
Computer Science Student
University of New Orleans
http://www.cs.uno.edu/~kkelly
----- Original Message -----
Sent: Sunday, February 11, 2001 3:46 PM
Subject: [JAVA3D] UnsatisfiedLinkError

Hello,
is there anybody who could help me? I just installed the Java3D package, and all I wanted is to run a simple example delivered with the Java3D tutorial, wich is called "HelloJava3Da". Unfortunately, nothing works. I obtained an UnsatisfiedLinkError.
 
Here is the whole output:

java.lang.UnsatisfiedLinkError: C:\Programme\jdk1.2.2\jre\bin\J3D.dll: "A component connected to the system doesn't work"

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1319)

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1235)

at java.lang.Runtime.loadLibrary0(Runtime.java:470)

at java.lang.System.loadLibrary(System.java:768)

at javax.media.j3d.MasterControl$12.run(MasterControl.java:681)

at java.security.AccessController.doPrivileged(Native Method)

at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:678)

at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:206)

at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:815)

at HelloJava3Da.<init>(HelloJava3Da.java:45)

at HelloJava3Da.main(HelloJava3Da.java:74)

 

I am really helpless, because I did nothing but installing the Java3D package and intended to run a program which I even didn't write myself.

What can I do, or what did I do wrong? Must I do more than just installing the Java3D package and compiling the delivered example files?

Thanks

Michael

Reply via email to