From 81d024de498bf2e90d726ab5ce33564d0190ed30 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Thu, 30 Apr 2009 18:40:25 +0000 Subject: [PATCH] updated text to match new location for windows. added solaris. --- doc/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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