So, i extracted all the files and i navigate to the folder in Windows CMD to where it was extracted. I execute the command
java -cp lwjgl.jar;lwjgl_util.jar;lwjgl_test.jar; org.lwjgl.test.WindowCreationTest
and it runs for a sec, pretending to work, when i get:
WindowCreationTest
Found 55 display modes
Moving to 100, 100
org.lwjgl.LWJGLException: Could not apply pixel format to window
at org.lwjgl.opengl.Win32Display.createWindow(Native Method)
at org.lwjgl.opengl.Display.createWindow(Display.java:218)
at org.lwjgl.opengl.Display.create(Display.java:533)
at org.lwjgl.opengl.Display.create(Display.java:507)
at org.lwjgl.test.WindowCreationTest.main(WindowCreationTest.java:66)
Unable to create window!, exiting...
does anyone know what is wrong? please help!
looks like crappy graphicscard/opengl drivers - whats your specs?