I tried this code and I am getting an error message

. I cut and pasted it into the cmd window.
java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_devil.jar;jar\jinput.jar; -Djava.library.path=native/win32 org.lwjgl.test.WindowCreationTest
This is the error I get
Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/test/WindowCreationTest
I'm running windows Vista, just installed Java updates, OpenGl, and I have the latest drivers for my video card
Graphics Media Accelerator 900.
I'm going back and trying version 1.2 to see if that will make a difference. Also, I lumped everything together in one folder the first time I extracted everything. This time I am putting everything into sub-folders with the appropriate names as per the zip file ext's. Hopefully this will make the difference
