Here’s what I got trying versions .9 - .93
C:\ardev\lwjgl-win32-0.93>java -cp lwjgl.jar;lwjgl_test.jar; org.lwjgl.test.WindowCreationTest
Found 16 display modes
Moving to 100, 100
Exception in thread “main” java.lang.NoClassDefFoundError: org/lwjgl/util/Display
at org.lwjgl.test.WindowCreationTest.setDisplayMode(Unknown Source)
at org.lwjgl.test.WindowCreationTest.main(Unknown Source)
C:\ardev\lwjgl-win32-0.9>java -cp lwjgl.jar;lwjgl_test.jar; org.lwjgl.test.WindowCreationTest
Found 16 display modes
org.lwjgl.LWJGLException: Could not choose ARB pixel formats.
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…
C:\ardev\lwjgl-win32-0.92>java -cp lwjgl.jar;lwjgl_test.jar; org.lwjgl.test.WindowCreationTest
Found 16 display modes
Exception in thread “main” java.lang.NoClassDefFoundError: org/lwjgl/util/Display
at org.lwjgl.test.WindowCreationTest.setDisplayMode(Unknown Source)
at org.lwjgl.test.WindowCreationTest.main(Unknown Source)
I checked my classpath and I don’t have any additional entries to it. I didn’t find any lwjgl jars or dlls in the jre dirs either. I can try uninstalling 1.4.2.05 and installing .06, since I know I’ve never had that version on here.
I’ve got an ATI card on this laptop (home).
What should I try from here?
Regards,
Dr. A>