Re: [tcljava-user] Windows jwish - Clarification needed.
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-10-17 18:40:14
|
On Mon, 17 Oct 2005 19:16:44 +0800 <PFi...@hb...> wrote: > The jwish file generated by the compile instructions at > "http://wiki.tcl.tk/9993" and the doco infer that "jwish" on Windows must > be run from the msys shell. Is there any reason for this given that > "jtclsh" runs quite happily from the Windows command shell? When you run "jtclsh" from a cmd.exe shell, it runs jtclsh.bat. The jwish script runs jwish.sh which is a symlink to jtclsh, not jtclsh.bat. You could always create a jwish.bat script by copying the jtclsh.bat script, but this is not done automatically. cheers Mo DeJong |