Hi Guys, im trying to move my app to jogl 2 and i get this error.
Exception in thread “AWT-EventQueue-0” javax.media.opengl.GLException: not implemented
at javax.media.opengl.glu.GLU.gluBuild2DMipmaps(GLU.java:1484)
This version of the app uses GL2 profile.
In the docs it says that it will throw this exception if its not available in the profile. But how can this be?
Thanks