Error running test progam in Windows 2000

Started by vijaymgandhi, August 26, 2004, 13:08:13

Previous topic - Next topic

vijaymgandhi

Hi,

I installed LWJGL in my Windows 2000 m/c. When I try to run the test program, I get this error.

java -cp lwjgl.jar;lwjgl_test.jar; org.lwjgl.test.WindowCreationTest

Found 32 display modes
org.lwjgl.LWJGLException: Mode not supported by hardware
       at org.lwjgl.opengl.Window.nCreate(Native Method)
       at org.lwjgl.opengl.Window.createWindow(Unknown Source)
       at org.lwjgl.opengl.Window.create(Unknown Source)
       at org.lwjgl.test.WindowCreationTest.main(Unknown Source)
Unable to create window!, exiting...


any idea what should I do to get it working?

Thanks,
Vijay.