Raul, I think I did exactly what you suggested and exactly the same result, except that I'm using j64-806 and it is installed in my User directory, not Applications. The result of my terminal session is below for you to confirm that I got the same result as you did.
I don't understand what question of mine your example is answering, nor do I understand how to use your answer. But perhaps, Eric can answer my questions. I will post to Eric shortly. Thanks for your response, btw. server:~ brian$ cd j64-806 server:j64-806 brian$ cat jhs.app/Contents/MacOS/apprun #!/bin/sh open -a /Applications/Utilities/Terminal.app "`dirname "$0"`/../../../bin/jhs.command" server:j64-806 brian$ 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 server:j64-806 brian$ 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 server:j64-806 brian$ On Thu, Aug 31, 2017 at 10:37 AM, Raul Miller <[email protected]> wrote: > 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 -- (B=) <-----my sig Brian Schott ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
