Putting this on the second line is a good simplification, at least for now.

I would further simplify it:

start http://127.0.0.1:65001/jijx

Using start rather than the path to a specific browser means that it
uses the default browser.  That's a good change, in my opinion.

That said, I would eventually want to be running multiple jhs
instances, and this would require that they run on different ports.
If I can get things working the way I want then this is trivial -- I
start up two jhs instances and I get two browser tabs, one for each
instance.

If I have something outside of J starting the browser, it will have no
easy way of knowing which port J is using.

So this is a short term solution and does not satisfy my desire to run
jhs specific startup instruction.

-- 
Raul

2012/1/3 Björn Helgason <gos...@gmail.com>:
> It is relatively easy to let a bat file or similar run a line like this
> once the JHS server is running
>
>  C:\Users\bjorn\AppData\Local\Google\Chrome\Application\chrome.exe
> http://127.0.0.1:65001/jijx
>
> You can put it before the call to start the JHS and if the browser is
> faster than JHS to start just do refresh.
>
> Also keep a bookmark with the page in the browser or do a refresh on an ijx
> tab
>
> 2012/1/3 Raul Miller <rauldmil...@gmail.com>
>
>> Anyways, I very much want starting jhs to spawn a jijx browser window
>> for that jhs instance.
>>
>>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to