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
Subscribe to:
Post Comments (Atom)
I would say there are user's notes. As a Linux user I sometimes have problems with forcing it to work as I want. Here I show how I have overcome some of my issues.
3 comments:
Thank you so much!
Thanks a lot!! Spent a lot of time searching until I came across your post!
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,
Post a Comment