You do need to run J somehow on these other devices, but you've posed the failure to run them as a "remote run" problem that you presumably don't have when you walk over to that device and try to start J on it locally. You've also suggested that JHS works, and JHS is just a frontend--that it works at all implies that J works.
If they can run J locally, then you can use the networking labs to understand how to offload work onto them. If JHS does work, then you can start that and then, instead of using it in a browser, again use the networking labs. What I do to get remote J sessions is to use ssh (Secure Shell) to connect to a server running sshd (Secure Shell Daemon), and then I run jconsole through that. This doesn't work (without a lot of extra labor) for jqt, but you could run jqt locally and use networking labs to make use of the remote J session. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, January 17th, 2022 at 6:44 PM, greg heil <[email protected]> wrote: > from: Raul Miller [email protected] > > to: General forum [email protected] > > date: Jan 17, 2022, 4:36 PM > > subject: Re: [Jgeneral] networked exe's > > > I do not know what you are thinking of when you say "it", here. > > > But, let me ask again: have you done the socket labs? > > Thanks, > --------- > > Raul > > ----- > > from: greg heil [email protected] > > to: General forum [email protected] > > date: Jan 17, 2022, 4:33 PM > > subject: Re: [Jgeneral] networked exe's > > Just a regular > > Microsoft Home Net > > i take it > > this is unusual to you? > > it should > > just work? > > ~greg heil > > picsrp.github.io > > i.tgu.ca/real_cal > > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > from: Raul Miller [email protected] > > to: General forum [email protected] > > date: Jan 17, 2022, 4:22 PM > > subject: Re: [Jgeneral] networked exe's > > Hmm... > > > What software are you using for the networking side of things? > > Thanks, > --------- > > Raul > > . > ------- > > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
