OpenGle & Java

hello, i’m new on this forum… My question is this… I want to know if U can tell me where can i find the commands that i need in java, so I can use OpenGl with it? Thanks a lot

http://www.jausoft.com/gl4java/

This is a GNU License JINI extension for Windows, Mac and I think Linux that you would need to access OpenGL from Java. You cannot access non-Java libraries from a Java Virtual Machine without such an interface. Note that these are in beta, but seem to work very well anyway.

The GNU site refers to JNI, Java Native Invocation. The JNI API is used to run native, non Java libraries such as OpenGL.

JINI, pronounced “genie”, is an extension developed by Sun Microsystems for distributed systems. It is not for accessing OpenGL libraries.

[This message has been edited by iss (edited 06-08-2001).]