Eric,
Yes, your comments here work for me in tsch,
including the use of "s.
Thanks (also to Ric),
(B=)
On Wed, 20 Feb 2008, Eric Iverson wrote:
+ I mistakenly thought the standalone would run without profile. In fact
+ profile is required so -jijx is what you need. Thtat is:
+
+ [......]% ~/j602/bin/jwd -jijx ~/j602-user/projects/first/run.ijs
+
+
+ The problem with the ~ is interesting. The shell script expands ~xxx by its
+ rules and J jpath expands ~xxx by its rules. The example above would like to
+ use both. You can prevent the shell doing ~ expansion by putting it in "s
+ (at least for sh, expect tcsh is the same). So you could do the following:
+
+ [......]% ~/j602/bin/jwd -jijx "~user/projects/first/run.ijs"
+
+ The shell expands the first ~ to be your home and the second ~user is left
+ alone until it is seen by jpath for load.
+
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm