Re: GLProfile throws NoSuchMethodError: GLContext.getAvailableGLVersionsSet
Posted by clevenger on Jan 21, 2011; 4:53am
URL: https://forum.jogamp.org/GLProfile-throws-NoSuchMethodError-GLContext-getAvailableGLVersionsSet-tp2299424p2299781.html
Update: sometimes it helps to just walk away for a while :)
I realized that one source of such a problem would be linking at runtime to an incorrect JOGL library. Sure enough, I still had a JOGL 1.1.1a reference in my classpath. Updating that to point to JOGL 2 fixed the problem.