hi everybody,

        after upgrading to ibm's jdk 1.3.0, i have got troubles using
java3d 1.2 under redhat 6.2 (which worked just fine with jdk 1.2.2,
though).

here's the error message i get:

the.system.at:/usr/local/jdk1.2.2/demo/java3d/HelloUniverse>
/usr/local/jdk1.3/bin/appletviewer HelloUniverse.html
java.lang.UnsatisfiedLinkError: no J3D  (libJ3D.so) in java.library.path
        at java.lang.Throwable.<init>(Throwable.java:96)
        at java.lang.Error.<init>(Error.java:52)
        at java.lang.LinkageError.<init>(LinkageError.java:45)
        at
java.lang.UnsatisfiedLinkError.<init>(UnsatisfiedLinkError.java:44)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1380)
        at java.lang.Runtime.loadLibrary0(Runtime.java:766)
        at java.lang.System.loadLibrary(System.java:849)
        at javax.media.j3d.MasterControl$1.run(MasterControl.java:390)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.media.j3d.MasterControl.<init>(MasterControl.java:387)
        at
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:550)
        at HelloUniverse.<init>(HelloUniverse.java:80)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:254)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:583)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:519)
        at sun.applet.AppletPanel.run(AppletPanel.java:297)
        at java.lang.Thread.run(Thread.java:498)

when i use jdk1.2.2's appletviewer (the same applies to java, javac etc.),
i am having no problems at all.

libJ3D.so is located in

/usr/local/jdk1.3/jre/lib/i386/libJ3D.so

with a symbolic link pointing to it in

/usr/local/jdk1.3/lib/i386/libJ3D.so

could it be that jdk1.3's library path is implicitly different from
1.2.2's? (the user environment is unchanged)


thanks a lot in advance
regards,

        karin kosina (kyrah)
                                                        http://the.system.at
+---------------------------------------------------------------------------
 "Calm down. It's only ones and zeros." -- Sam Kass

 [ please sign the petition against software patents at ]
 [ http://petition.eurolinux.org  ]

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