Build used: jogamp-all-platforms.7z (01-Nov-2012)
http://jogamp.org/deployment/jogamp-current/archive/Linux platform used: Linux 2.6.32-279.22.1.el6.x86_64 x86_64 x86_64 x86_64 GNU/Linux
The following is the error I see when trying to run jogl offscreen rendering code (using Pbuffer) on linux environment.
Exception in thread "main" javax.media.opengl.GLException: Profile GL_DEFAULT is not available on null, but: []
at javax.media.opengl.GLProfile.get(GLProfile.java:771)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:555)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:566)
at com.jogl.nexrad.png.TileRendering.main(TileRendering.java:46)
TileRendering is the sample code from jogl-demo.jar
The same example with same build (for windows) is working fine on window XP.
Let me know how to proceed with this.
Thank you.