diff --git a/doc/README b/doc/README index e6bacf9e..23cfc96d 100644 --- a/doc/README +++ b/doc/README @@ -8,10 +8,10 @@ To run some of the included tests: Extract the archive, and cd into directory (please substitute ; and \ according to platform) - java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\jinput.jar; -Djava.library.path=native\ TEST + java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\jinput.jar; -Djava.library.path=native\ TEST (this specifies that the jvm should locate the lwjgl native libs in 'native' directory) - where TEST is one of the following: + where TEST is some of the following: org.lwjgl.test.WindowCreationTest org.lwjgl.test.SysTest @@ -43,7 +43,7 @@ To run some of the included tests: org.lwjgl.test.opengl.shaders.ShadersTest You may also run the Space invaders demo by executing: - java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar; -Djava.library.path=native\ org.lwjgl.examples.spaceinvaders.Game + java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar; -Djava.library.path=native\ org.lwjgl.examples.spaceinvaders.Game Project Webpage: www.lwjgl.org Project Forum: forum.lwjgl.org