Fix library path info

This commit is contained in:
James Roseborough
2009-06-20 14:18:12 +00:00
parent 120a3cf912
commit 92459d0cbc

View File

@@ -48,7 +48,7 @@ Freely available under the terms of the
From the main distribution directory line type: From the main distribution directory line type:
<pre> <pre>
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
</pre> </pre>
<p> <p>
@@ -63,8 +63,8 @@ You should see the following output:
From the main distribution directory line type: From the main distribution directory line type:
<pre> <pre>
java -cp luaj-j2se-1.0.jar luac src/test/res/test4.lua java -cp lib/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 lua luac.out
</pre> </pre>
<p> <p>
@@ -287,7 +287,7 @@ The following lua script will open a swiing frame on J2SE:
<p> <p>
See a longer sample in <em>src/test/res/swingapp.lua</em> for details, or try running it using: See a longer sample in <em>src/test/res/swingapp.lua</em> for details, or try running it using:
<pre> <pre>
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
</pre> </pre>
<p> <p>