Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

java3d problem

2 views
Skip to first unread message

Saso Zagoranski

unread,
Dec 10, 2004, 11:50:10 AM12/10/04
to
Hi!

I try running a very, very simple java3d program from Jbuilder. I have
correctly set up all the libraries and

this compiles OK but when I try to run the program I get this error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in
java.library.path

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)

at java.lang.Runtime.loadLibrary0(Runtime.java:822)

at java.lang.System.loadLibrary(System.java:992)

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
org.opensourcephysics.display3d.java3d.examples.HelloJava3Da.<init>(HelloJava3Da.java:26)

at
org.opensourcephysics.display3d.java3d.examples.HelloJava3Da.main(HelloJava3Da.java:45)


Where is this »java.library.path« and what should I put in it?

Thanks in advance,

saso


Saso Zagoranski

unread,
Dec 10, 2004, 12:03:21 PM12/10/04
to
I fixed it myself :)

I had to put the path to the J3D.dll file into the system path...


"Saso Zagoranski" <saso.za...@guest.arnes.si> wrote in message
news:cpck43$1ce$1...@planja.arnes.si...

0 new messages