Hello,
I am trying to output GL_Version, and I am having trouble. When I try:
GlGetString(GL_VERSION)
Netbeans doesn't recognise GL_VERSION. When I try this (for any version not just GL11):
boolean v11 = GLContext.getCapabilities().OpenGL11;
It gives me java nullpointer exception.
Most likely the problem is that you need to call Display.Create() before you can call those methods.