The base OpenGL C API is accessed in JOGL via Java
Native Interface (JNI) calls. As such, the
underlying system must support OpenGL for JOGL to
work.
The straightforward mapping of the OpenGL C API to
Java methods makes conversion of existing C
applications and example code simple.
Other Java OpenGL wrappers: GL4Java, Java3D