I tried to install Java3D v1.2 with jdk1.3 on my NT 4.0 system and am
having problems running the HelloUniverse example.  At first I saw the
following message:

D:\apps\j3d1.2sdk\demo\java3d\HelloUniverse>java HelloUniverse
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/media/j3d/SceneGraphObject

After hunting around the Sun site for information about this, I found a
similar bug that suggested I remove the "java" and "javaw"
executables from my winnt/system32 directory.  I did this and re-ran.
Now I am seeing the following message:

D:\apps\j3d1.2sdk\demo\java3d\HelloUniverse>java HelloUniverse
Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in
java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
        at java.lang.Runtime.loadLibrary0(Runtime.java:749)
        at java.lang.System.loadLibrary(System.java:820)
        at javax.media.j3d.MasterControl$1.run(MasterControl.java:389)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.media.j3d.MasterControl.<init>(MasterControl.java:386)
        at
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:550)
        at HelloUniverse.<init>(HelloUniverse.java:79)
        at HelloUniverse.main(HelloUniverse.java:101)

Does anybody have a clue as to what I am doing incorrectly?  Thanks much.

-Bart.

P.S.  My apologies if this issue has been posted and answered previously.

===========================================================================
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