LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: vijaymgandhi on August 26, 2004, 13:08:13

Title: Error running test progam in Windows 2000
Post by: vijaymgandhi on August 26, 2004, 13:08:13
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.