Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error with openGL, help!

843799Sep 13 2006 — edited Nov 29 2006
hellow people,
i'm working working on a 3D game project. My program compiles fine but when it runs it gives me the following error:
Java 3D ERROR : wglGetExtensionsStringARB not support !
 - The specified procedure could not be found.
 
Fallback to use standard ChoosePixelFormat.
Java 3D ERROR : OpenGL 1.2 or better is required (GL_VERSION=1.1)
Exception in thread "J3D-Renderer-1" java.lang.IllegalStateException: GL_VERSION
 
        at javax.media.j3d.Canvas3D.createNewContext(Native Method)
        at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:2429)
        at javax.media.j3d.Renderer.doWork(Renderer.java:747)
        at javax.media.j3d.J3dThread.run(J3dThread.java:250)
I tried installing the latest version of openGL , but it still gives the same error.
I'm using GeForce4 MX Intergrated Graphics card on windows pro.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2006
Added on Sep 13 2006
7 comments
395 views