Hello good people of JGO I hope you can help me with my question.
I java programming from the command line and I have problems installing Jogl 2.
In the shell of Ubuntu 12.04 I have succesfully installed Jogl with
% sudo apt-get install libjogl-java
I can compile and run many code examples that I pick from the internet. But when I run this code:
System.out.println("OpenGL Version: " + gl.glGetString(GL.GL_VERSION));
it outputs:
OpenGL Version: 2.1 Mesa 8.0.4
I want to work with OpenGL ES and/or withOpenGL 3.
What % sudo apt-get install do you suggest and waht changes should I make to PATH and CLASS_PATH? ???
Thank you! X