I've just tried it on my Windows 7 (64bit) with JRE 1.6.0_22 (32bit)
It works fine, the only thing is java is not in my PATH,
so I needed to write full path to java.exe :)
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -DPID=42 -jar picolisp.jar lib.l

On Wed, Nov 17, 2010 at 07:58:20PM +0100, Alexander Burger wrote:
    java -DPID=42 -jar picolisp.jar -"on *Dbg" lib.l
Further simplified now: The (on *Dbg) moved to "lib.l".

Thus

    java -DPID=42 -jar picolisp.jar lib.l

is enough now.

Cheers,
- Alex

--
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to