Skip to Main Content

Java Programming

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

problem with Java 3D API help!

807569Sep 13 2006 — edited Sep 13 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 Oct 11 2006
Added on Sep 13 2006
2 comments
171 views