Java and OpenGL

A while ago I posted a question concerning Java supporting OpenGL. It turns out it does, in a roundabout sort of way.

Java’s 3D objects use OpenGL and Direct3D to accelerate their functions, so while you don’t get direct access to OpenGL, it’s very similar and is accelerated.