Login  Register

Re: J3D and JOGL runtime ver. check...and odd msg.

Posted by LordSmoke on Jan 15, 2014; 2:25pm
URL: https://forum.jogamp.org/J3D-and-JOGL-runtime-ver-check-and-odd-msg-tp4031195p4031237.html

For completeness and to assist others, the following code does the trick for jogl:

joglVersionString = com.jogamp.opengl.JoglVersion.getInstance().getAttribute(java.util.jar.Attributes.Name.IMPLEMENTATION_VERSION);

System.out.print("JOGL "+ joglVersionString+" detected...\n");

The current result...

JOGL 2.1.4-rc-20131223 detected...