JOGL .so question

when running code written using jogl, i recieve the error

jogl not in java.library.path

i have investigated and found that this problem is due to the .so files that came with jogl.jar arent in the right directory, however, i can only find examples of their proper location in windows and macosx

where are the files meant to go in linux

i have the jogl.jar in my classpath (i am using netbeans, therefore the .jar files are mounted)

after trying a few folders i found where they go

/jre/lib/ext

seeing i am replying, i may aswell ask if anyone knows of jogl tutorials, i have looked at both Java3D and JOGL and found JOGL to be closer to fitting my needs

Hi
Jogl is just a binding to opengl, so any opengl tutorial will do, the nehe ones are good. There are some ports of the nehe tutorials into jogl around somewhere.

HTH

Endolf

moved to JOGL forum to be able to get better answers…