Hello, if your java3d lib is installed in the jdk1.2 directory (preferrably LATEST version, reference implementation),you should not have to modify your .cshrc, as jdk1.2 can locate it's stuff alone. The java3d-jar-files should be in the jre/lib/ext subtree. The Libraries should be in the jre/lib subtree. Only the PATH-Variable must include the jdk1.2-bin directory, before any other jdk-version. We only modified our PATH-Variable here in Fulda, and it works. Bye, Lars Geraud Krawezik wrote: > > When I try to run java applications that use java3d under solaris, i > have the error: > java.lang.UnsatisfiedLinkError: no J3D in shared library path > at java.lang.Runtime.loadLibrary0(Runtime.java:429) > at java.lang.System.loadLibrary(System.java:638) > at > javax.media.j3d.UniverseManager.<init>(UniverseManager.java:88) > at > at > at > at LOD.<init>(LOD.java:124) > at LOD.main(LOD.java:144) > in spite of the fact that i have modified my '.cshrc' to enable java3d. > ===================================================================== To subscribe/unsubscribe, send mail to [EMAIL PROTECTED] Java 3D Home Page: http://java.sun.com/products/java-media/3D/
