People, i trying to install the LWJGL-1.1.2 on my system, but on line command mode i'm having a problem..
I write it:
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
and "my answer" is that:
"Exception on thread "main" java.lang.NoClassDefFoundError: org/lwjgl/test/WindowCreationTest"
What I should do to resolve this problem? Im trying to use on ECLIPSE!
Thankssss a lot!