Hello:
When I try to run any applet that use Java 3D i get this message :
java.lang.UnsatisfiedLinkError:
D:\wk\lang\java\Sun\jdk1.2\jre\bin\J3D.dll: One
of the library files needed to run this application cannot be found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1203)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1119)
at java.lang.Runtime.loadLibrary0(Runtime.java:470)
at java.lang.System.loadLibrary(System.java:745)
at
javax.media.j3d.UniverseManager$1.run(UniverseManager.java:155)
at java.security.AccessController.doPrivileged(Native Method)
at
javax.media.j3d.UniverseManager.<init>(UniverseManager.java:152)
at
javax.media.j3d.VirtualUniverse$2.run(VirtualUniverse.java:468)
at java.security.AccessController.doPrivileged(Native Method)
at
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:464)
at javax.media.j3d.Screen3D.<clinit>(Screen3D.java:39)
at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:29)
at SimpleCylinder.<init>(SimpleCylinder.java:104)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:239)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:532)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:468)
at sun.applet.AppletPanel.run(AppletPanel.java:302)
at java.lang.Thread.run(Thread.java:479)
what is the problem ?
I run the selfextracting program and install in my jdk1.2 directory.
thanks in advance
Jorge
V.S.'990303
--
////////////////////////////////////////////////////////////////////////
// ALEF DATA S.A. //
// Fn:(562) 695-6600 // Jorge Valenzuela Sepulveda
// Fx:(562) 697-2037 // Jefe Area de Ingenier�a
// Agustinas 1141 piso 7. // [EMAIL PROTECTED]
// Santiago, Chile // [EMAIL PROTECTED]
///////////////////////////////////////////////////////////////////////
�����������������������
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/