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:
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user