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