Replace ${VER} with 1.0
This commit is contained in:
10
README.html
10
README.html
@@ -63,8 +63,8 @@ You should see the following output:
|
||||
From the main distribution directory line type:
|
||||
|
||||
<pre>
|
||||
java -cp luaj-j2se-${VER}.jar luac src/test/res/test4.lua
|
||||
java -cp luaj-j2se-${VER}.jar lua luac.out
|
||||
java -cp luaj-j2se-1.0.jar luac src/test/res/test4.lua
|
||||
java -cp luaj-j2se-1.0.jar lua luac.out
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
@@ -95,7 +95,7 @@ A simple example may be found in
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
You must include the library <b>lib/luaj-j2se-${VER}.jar</b> in your class path.
|
||||
You must include the library <b>lib/luaj-j2se-1.0.jar</b> in your class path.
|
||||
|
||||
<h2>Run a script in a MIDlet</h2>
|
||||
|
||||
@@ -126,7 +126,7 @@ A simple example may be found in
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
You must include the library <b>lib/luaj-j2me-${VER}.jar</b> in your midlet jar.
|
||||
You must include the library <b>lib/luaj-j2me-1.0.jar</b> in your midlet jar.
|
||||
They can be obfuscated if desired.
|
||||
|
||||
<h2>Including the compiler</h2>
|
||||
@@ -160,7 +160,7 @@ The standard use of JSR-233 scripting engines may be used:
|
||||
All standard aspects of script engines including compiled statements should be supported.
|
||||
|
||||
<p>
|
||||
You must include the library <b>lib/luaj-j2se-${VER}.jar</b> in your class path.
|
||||
You must include the library <b>lib/luaj-j2se-1.0.jar</b> in your class path.
|
||||
|
||||
<p>
|
||||
A working example may be found in
|
||||
|
||||
Reference in New Issue
Block a user