> X-Sender: kdecloed@intec
> Date: Fri, 08 Jan 1999 00:34:21 +0100
> To: [EMAIL PROTECTED]
> From: Kristof Decloedt <[EMAIL PROTECTED]>
> Subject: [java3d] vrml
> Mime-Version: 1.0
> 
> 
> 
> Hello,


> I can only run the demo applets in the appletviewer, the applications
> generate:"no J3D in  java.library.path".


You should ensure that OpenGL is installed on your system.  From
the Java 3D README:

  If, after installation, you get the following error message while
  running a Java 3D program:

  java.lang.UnsatisfiedLinkError: no J3D in shared library path
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Error.<init>(Compiled Code)
        at java.lang.LinkageError.<init>(Compiled Code)
        at java.lang.UnsatisfiedLinkError.<init>(Compiled Code)
        at java.lang.Runtime.loadLibrary0(Compiled Code)
        at java.lang.System.loadLibrary(Compiled Code)
        at javax.media.j3d.UniverseManager.<init>(Compiled Code)
        at
        at HelloUniverse.<init>(Compiled Code)
        at HelloUniverse.main(Compiled Code)

  It is most likely because OpenGL and/or the OpenGL GLU utilities are
  either not installed on the machine.

  For information on OpenGL and how to get it, see the OpenGL web page at
  http://www.opengl.org/

Hope this solves your problem,

Dan Petersen
Java 3D Team
Sun Microsystems

=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to