I'm trying to convert a CodeWarrior Java project to JBuilder 3.0, and I'm
running into the following error. The project compiles fine, this is a
runtime error. The project runs fine under CodeWarrior, and runs fine as a
stand-alone app, so I don't believe it's a CLASSPATH problem. I must not be
understanding how to add the Java3D libraries to my project correctly, I
guess.

Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in
java.librar
y.path
        at java.lang.ClassLoader.loadLibrary(Compiled Code)
        at java.lang.Runtime.loadLibrary0(Compiled Code)
        at java.lang.System.loadLibrary(Compiled Code)
        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:520)
        at java.security.AccessController.doPrivileged(Native Method)
        at
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:516)
        at View3DPanel.<init>(View3DPanel.java:102)
        at ClientApp.buildClientUI(ClientApp.java:115)
        at ClientApp.<init>(ClientApp.java:80)
        at ClientApp.main(ClientApp.java:557)

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to