External context

When using an exteral contex and GLU we get an error saying that the “no gl context current on the current the current thread”. The problem on happens with GLU, not GL. The app works when we disable the java version of GLU with -Djogl.glu.nojava

Any ideas ?

// Tomas

You need to makeCurrent() and release() the GLContext object associated with the external OpenGL context just like any other context.