Re: GLException: method not available
Posted by Wade Walker on Apr 08, 2011; 12:27am
URL: https://forum.jogamp.org/GLException-method-not-available-tp2790912p2793116.html
It looks like the GL function table isn't set up properly (it's got null instead of the address of glCreateShader). If you run etc\test.bat for your JOGL installation, does it show the GL_ARB_fragment_shader and GL_ARB_vertex_shader extensions?