I am hit but this never dissapearing  problem;
After search thru the archive, this is supposed to be due to missing/not found j3d jar files...well, I doubt:
2 machines A&B accessing file on a server C;
both A&B have only jdk1.2 installed, no j3d installed
A and B have the same path/classpath/bootclasspath all accessing classes on C;
When running a C based batch file launching my 3d app: 
A works fine, B fails with the deaded
java.lang.UnsatisfiedLinkError: no J3D in java.library.path error
(the lot coming from:
java.lang.UnsatisfiedLinkError: no J3D in java.library.path
        at java.lang.ClassLoader.loadLibrary(Compiled Code)
        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>(Compiled Code)
        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)
} proof if need be that the java 3d jar files have been found
 
Any clue??? 
Any help very welcome!
--
Olivier Fillon    MIMS Technology Research
[EMAIL PROTECTED]  Mincom Pty Ltd
Ph.+61-7-3303-3344               61 Wyandra Street
Fax+61-7-3303-3232               Teneriffe Qld. 4005.
Australia
Company home page: http://www.mincom.com/--
 
 

Reply via email to