Saturday, February 14, 2009

no j3dcore-ogl in java.library.path error

When you the exception

no j3dcore-ogl in java.library.path error

you need to copy your .so or .dll files to jre directory

sudo cp libj3dcore-ogl* /opt/jdk1.6.0_07/jre/lib/i386/

Now you are set

3 comments:

rudrigus said...

Thank you so much!

Brendan said...

Thanks a lot!! Spent a lot of time searching until I came across your post!

Antonio Ruiz said...

I am using Eclipse and java-6-open.

I had to copy those files to:
/usr/lib/jvm/java-6-openjdk/jre/lib/i386/

And it works fine.
Thanks,