Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX
Posted by Xerxes Rånby on Mar 05, 2013; 12:36pm
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028506.html
Which JVM do you use in combination with OpenJDK on the Pi?
Try re-run your code with JamVM and CACAO VM.
java -jamvm -version
java -cacao -version
java -version (by default this gives you the zero jvm that is the slowest to use on the pi)
JamVM is available with OpenJDK 6 and 7.
Cacao JVM is currently only available with OpenJDK 6.