Hey,
I made an old project with JOGL in Netbeans 5 and left it in a working state.
I came to do some more on it today although i am now using Netbeans 6 and the latest JOGL feb build, and i was getting library errors with the jogl.jar file, so i thought ok screw it lets download the OpenGL packs for Netbeans 6. All went in fine and loaded up the JOGLCapsTableDemo and works fine…
So after a bit of messing around i just cleared EVERYTHING related to the project and made a new one from scratch with the source code, now it seems to be loading up but as soon as the window comes up it bombs out with the error:
Exception in thread “Thread-2” javax.media.opengl.GLException: java.lang.UnsatisfiedLinkError: C:\Documents and Settings\user.netbeans\6.0\jogl-runtime\jogl.jar-natives-windows-i586\jogl_cg.dll: Can’t find dependent libraries
Now that directory exists, and it all seems to be set up correctly, and i cant seem to debug it as i have 2 projects, one is a framework and the other uses the framework. Anyway i was wondering if anyone else has had problems when it comes to using the latest build of JOGL?
Let me know if you need any specific details, any advice would be great!