diff --git a/doc/README b/doc/README index 4da9a2b9..d1022481 100644 --- a/doc/README +++ b/doc/README @@ -12,7 +12,7 @@ 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\lwjgl_fmod3.jar;jar\lwjgl_devil.jar; -Djava.library.path=native TEST + 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 TEST (this specifies that the jvm should locate the lwjgl native libs in 'native' directory) where TEST is one of the following: @@ -25,6 +25,7 @@ To run some of the included tests: org.lwjgl.test.input.MouseTest org.lwjgl.test.input.HWCursorTest org.lwjgl.test.input.KeyboardTest + org.lwjgl.test.input.TestControllers org.lwjgl.test.openal.ALCTest org.lwjgl.test.openal.OpenALCreationTest