From 92459d0cbcf6d988e4997dd65637b09bb5322490 Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Sat, 20 Jun 2009 14:18:12 +0000 Subject: [PATCH] Fix library path info --- README.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.html b/README.html index 591d6d31..861179c4 100644 --- a/README.html +++ b/README.html @@ -48,7 +48,7 @@ Freely available under the terms of the From the main distribution directory line type:
-	java -cp luaj-j2se-1.0.jar lua src/test/res/test4.lua
+	java -cp lib/luaj-j2se-1.0.jar lua src/test/res/test4.lua
 

@@ -63,8 +63,8 @@ You should see the following output: From the main distribution directory line type:

-	java -cp luaj-j2se-1.0.jar luac src/test/res/test4.lua
-	java -cp luaj-j2se-1.0.jar lua luac.out
+	java -cp lib/luaj-j2se-1.0.jar luac src/test/res/test4.lua
+	java -cp lib/luaj-j2se-1.0.jar lua luac.out
 

@@ -287,7 +287,7 @@ The following lua script will open a swiing frame on J2SE:

See a longer sample in src/test/res/swingapp.lua for details, or try running it using:

-	java -cp luaj-j2se-1.0.jar lua src/test/res/swingapp.lua
+	java -cp lib/luaj-j2se-1.0.jar lua src/test/res/swingapp.lua