Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

J3D in websphere 5.1

843799Jan 27 2004 — edited Feb 11 2004
Hello!!
I've the following problem:
I did an application using java3d API in websphere studio 5.1. The application is very small, single it has a class (HelloJava3Da.java) and a method (createSceneGraph() that a BranchGroup returns) but when I run it as an java applet, it throws the following error:

java.lang.UnsatisfiedLinkError: Can't find library J3D (J3D.dll) in java.library.path
java.library.path=C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1\eclipse\jre\bin;.;C:\WINNT\System32;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\j2sdk1.4.1_01\bin;C:\Program Files\IBM\Trace Facility;C:\Program Files\Personal Communications;C:\apache-ant-1.5.3-1\bin;C:\Program Files\Rational\common;C:\PROGRA~1\SQLLIB\BIN;C:\PROGRA~1\SQLLIB\FUNCTION;C:\PROGRA~1\SQLLIB\SAMPLES\REPL;C:\Program Files\IBM\Trace Facility\;C:\Program Files\IBM\Personal Communications\;C:\Program Files\SecureCRT\;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\WINDOWS\UTILS;C:\PSM;
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1751)
at java.lang.Runtime.loadLibrary0(Runtime.java:780)
at java.lang.System.loadLibrary(System.java:865)
at javax.media.j3d.MasterControl$22.run(MasterControl.java:889)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:886)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:229)
at tresd.ecommerce.com.HelloJava3Da.<init>(HelloJava3Da.java:25)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:262)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:593)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:529)
at sun.applet.AppletPanel.run(AppletPanel.java:306)
at java.lang.Thread.run(Thread.java:513)

somebody, help me??

thank you in advance
regards,
andre
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 10 2004
Added on Jan 27 2004
17 comments
266 views