commit 7f13c47034e877e2aeeda9a87605eab7bc92e598
parent f338a761c54677262ff3808988bfef82348ebfe2
Author: Commit-Bot <unknown>
Date: Fri, 3 Dec 2010 12:09:46 +0000
Automatic commit from picoLisp.tgz, From: Fri, 03 Dec 2010 12:09:46 GMT
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/ersatz/README b/ersatz/README
@@ -1,4 +1,4 @@
-18nov10abu
+03dec10abu
(c) Software Lab. Alexander Burger
@@ -38,7 +38,11 @@ loaded by './dbg' (without database, but with Pilog and XML support).
On non-Unix systems, you might start 'java' directly, e.g.:
- java -DPID=42 -jar picolisp.jar lib.l
+ java -DPID=42 -cp .;tmp;picolisp.jar PicoLisp lib.l
+
+Instead of '42' some other number may be passed. It is used to simulate a
+"process ID", so it should be different for every running instance of Ersatz
+PicoLisp.
Building the JAR file