shortcut 3 : 0 e=. 'create ',y,' launch icon failed' if. 2~:ftype jpath'~/Desktop' do. echo e,' - no Desktop folder' return. end. try. ".UNAME,'_jinstaller_ y' catchd. echo e end. )
Therefore I think you can try, load 'jhs' load'~addons/ide/jhs/installer.ijs' shortcut 'jhs' The verb open should be defined in jhs or jqt front-end , but not in the base library. On Sep 1, 2017 4:36 AM, "Brian Schott" <[email protected]> wrote: > Eric, > > I am not clear on which config file I can look in and which config file I > can/should change. Btw, I don't believe I found and config file that > *originally* BINDs 'any', though I have tried to alter ones that did not, > with not successful result in the launch of JHS. > > I am not able to follow the instructions on the jwiki page > http://code.jsoftware.com/wiki/Guides/JHS/Server . > > Below is the jconsole session in Terminal. > I believe the "open" command at the bottom was not meant to be done in the > jconsole session below. But I was surprised that the `shortcut 0` > instruction threw the error it threw. > > /Users/brian/j64-806/bin/jconsole ; exit; > server:~ brian$ /Users/brian/j64-806/bin/jconsole ; exit; > load'~addons/ide/jhs/installer.ijs' > shortcut 0 > |domain error: shortcut > | e=.'create ',y ,' launch icon failed' > f=: '~config/any65002.cfg' > f fcopynew '~addons/ide/jhs/config/jhs.cfg' > 1 342 > open f > |value error: open > | open f > JVERSION > Engine: j806/j64avx/darwin > Beta-3: commercial/2017-04-10T18:24:03 > Library: 8.06.02 > Platform: Darwin 64 > Installer: J806 install > InstallPath: /users/brian/j64-806 > Contact: www.jsoftware.com > > Thank, in advance, > > On Thu, Aug 31, 2017 at 11:33 AM, Eric Iverson <[email protected]> > wrote: > > > I think the default bind for more recent JHS is to any. I think this > means > > you don't need to create a different config, I think you can just connect > > your ipad to port 65001. > > > > Let me know if this doesn't work and I will dig deeper. > > > > > > 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
