Re: Code seems to be okay according to netbeans prior to run attempt but fails to run
Posted by
gouessej on
Dec 24, 2011; 11:18am
URL: https://forum.jogamp.org/Code-seems-to-be-okay-according-to-netbeans-prior-to-run-attempt-but-fails-to-run-tp3610062p3610392.html
Hi
The Debian package for JOGL 2.0 does not contain GlueGen and all native libraries. Please use the latest release candidate (RC5), extract jogl.all.jar, gluegen-rt.jar and the JARs containing native libraries, put them in the same directory, put jogl.all.jar and gluegen-rt.jar into your class path and it should work fine. In Netbeans, in the project tab, select the "Libraries" node -> "Add JAR/Folder" and select jogl.all.jar and gluegen-rt.jar. You don't have to set the library path.
Edit.: I'm a daily user of GNU Linux (Mageia Linux 1, Cent OS Linux 5.3), I can help