Perhaps there is confusion between the JHS server task that runs in a host term window and the JHS client task that runs in the browser.
In the JHS browser you can run J sentences and see results. The normal J repl. In the browser you can run sentence: exit '' NB. end the JHS session and end the JHS server. On Thu, Apr 8, 2021 at 4:36 AM cilz <[email protected]> wrote: > > Le 07/04/2021 à 23:25, Julian Fondren a écrit : > > For #1, run this in JHS: > > > > [ F. [ '' > > > > That's an infinite loop and jhs will stop responding. > > > > If you go back to the terminal where you see the Ctrl+c message, > > you can hit Ctrl+c to interrupt jhs. Resulting screen: > > > > J Http Server > > [ F. [ '' > > |attention interrupt > > | [F.['' > > > > Ctrl+c does the same thing in jconsole; in general you can run > > jbrk to interrupt J like this. > > > > To exit jhs is a separate matter, just run exit'' > > Unfortunately none of this works for me, here. However this is my > workaround: > > - ctrl+z NB. to exit JHS (though the task is still working). > > - ctrl+d NB. returns the following message (in french sorry): > > Des tâches sont toujours actives : > > PID Commande > 94555 ./bin/jhs > > Une seconde tentative d’arrêt les terminera. > Utilisez 'disown PID' pour retirer des tâches de la liste sans les abréger > > - ctrl+d NB. this last one kill the remaining task and the terminal. > > > > > For #2, my j901 install has those files, but j902/j903 don't. > > > > j901 release notes include: > > > >> html documentation is frozen and all changes and new material will be > >> in the wiki. Old html pages are linked from HTML Help. > > > > Probably help should link to the wiki now. > > +1 > > Best, Eric > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
