JOGL is an OpenGL binding for Java (wiki) which wraps the C OpenGL API. On Debian-based systems, you might want to use the version from the package manager, and here is how to do so.
First, install it:
|
|
Next, you need these JAR files in your build path:
|
|
In Eclipse, this is achieved by clicking Project -> Properties -> Java Build Path -> Libraries -> Add External Jar.
(If you don’t have gluegen2-rt.jar
, then you need to install the libgluegen2-rt-java
package as well).