On 4/12/07, Amelia Stein <[EMAIL PROTECTED]> wrote:
First off thank you for your help.  When I tried to run that
interactive.ijsscript it wouldn't work.  It said:

cd x:\path\to\j\root\

  jconsole ~temp\interactive.ijs
|spelling error
|      jconsole ~temp\interactive.ijs
|                     ^

jconsole is meant to be executed from the system shell (or
command) prompt.  It looks like you entered the
above within a J session.

The main() entry point is an entry point for starting
commands from the OS -- in the context of J, your
script, as a whole, may be thought of as "main()".
Once you are within the J environment, entry points
are no longer relevant.  You have already "entered",
as it were...

Does this help?

--
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to