Get JOGL working on Linux
To get JOGL (Open GL for Java) working under Linux, download the latest archive for your system from https://jogl.dev.java.net/.
Extract the archive, and copy the extracted files to /usr/lib/jvm/java-6-sun/jre/lib/ext/ with your terminal like this:
Extract the archive, and copy the extracted files to /usr/lib/jvm/java-6-sun/jre/lib/ext/ with your terminal like this:
- Open terminal
- type:
sudo su - move all the jogl files to the terminal window
- add "cp /usr/lib/jvm/java-6-sun/jre/lib/ext/
- press return
- done