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:

  1. Open terminal
  2. type:
    sudo su
  3. move all the jogl files to the terminal window
  4. add "cp /usr/lib/jvm/java-6-sun/jre/lib/ext/
  5. press return
  6. done
Related Entries:
How to fix VMware's network bridge on Ubuntu 7.10
Comments (1)  Permalink