Bill,

I tried the 3 lines you suggested (load, load, shortcut' and got no errors.
The error came with the open command. So what do I do then? See my session
below.

   load'jhs'
   load'~addons/ide/jhs/installer.ijs'
   shortcut 0
|domain error: shortcut
|   e=.'create ',y    ,' launch icon failed'
   shortcut 'jhs'
   f=: '~config/any65002.cfg'
      f fcopynew '~addons/ide/jhs/config/jhs.cfg'
1 342
   open f
|value error: open
|       open f


On Thu, Aug 31, 2017 at 7:40 PM, bill lam <[email protected]> wrote:

>    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.
>
>
> --
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to