Fix library path info
This commit is contained in:
@@ -48,7 +48,7 @@ Freely available under the terms of the
|
||||
From the main distribution directory line type:
|
||||
|
||||
<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>
|
||||
|
||||
<p>
|
||||
@@ -63,8 +63,8 @@ You should see the following output:
|
||||
From the main distribution directory line type:
|
||||
|
||||
<pre>
|
||||
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
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
@@ -287,7 +287,7 @@ The following lua script will open a swiing frame on J2SE:
|
||||
<p>
|
||||
See a longer sample in <em>src/test/res/swingapp.lua</em> for details, or try running it using:
|
||||
<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>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user