Does this help? (lines beginning with $ are command lines much like J's three space indent, other lines are output lines).
$ cd Applications/j64-805/ $ cat jhs.app/Contents/MacOS/apprun #!/bin/sh open -a /Applications/Utilities/Terminal.app "`dirname "$0"`/../../../bin/jhs.command" $ cat bin/jhs.command #!/bin/sh "`dirname "$0"`/jconsole" ~addons/ide/jhs/core.ijs -js " init_jhs_'' " # see ~addons/ide/jhs/config/jhs_default.ijs for config info $ grep -n 650 addons/ide/jhs/config/jhs_default.ijs 14:NB. start server on port 65011 without editing files with: 15:NB. ...jconsole ~addons/ide/jhs/core.ijs -js " 'PORT=:65011'init_jhs_'' " 24:PORT=: 65001 (If this does not adequately help, I think we'll need a bit more insight into what you're looking for.) Thanks, -- Raul On Thu, Aug 31, 2017 at 10:10 AM, Brian Schott <[email protected]> wrote: > I'm really frustrated because I have trouble every time trying to use JHS > on my tablet. > > In the instructions at http://code.jsoftware.com/wiki/Guides/JHS/Server > > It says "edit any65002>properties>target from ~addons/... to be > ~config/any65002.cfg". How do I do that on my Mac > > Also, right above that on the jwiki page the following appears. I assume > the first 2 lines are performed in jconsole and the 3rd is performed in the > Finder, and the last 2 lines are performed in the text editor. Can you > confirm that, please? > > f=: '~config/any65002.cfg' > f fcopynew '~addons/ide/jhs/config/jhs.cfg' > open f > edit PORT line - PORT=: 65002 > add line - BIND=: 'any' > ctrl+s to save new config > > -- > (B=) <-----my sig > Brian Schott > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
