Login  Register

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

Posted by krishnak on Feb 17, 2013; 3:43pm
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028245.html

I fixed the error reported in the earlier post

Even though the jogl-all-natives-windows-i586.jar being present in the classpath I was getting the error.Looks like it needs to be physically present in the dist/lib folder - again I am not sure whether this is a build file issue.

I manually copied this file in to the dist/lib and changed the classpath.

Now I have gone further, a GUI window appeared briefly and the application quit.

I had to copy


cp joal-natives-linux-i586.jar ../../dist/lib/

After this - it works!!!

Thank you for your help.

Now I will try to run this on a Raspberry Pi