These files did not exist on my system.

I removed my line from core.ijs

I then created a j64-701-user/config/jhs.ijs file, and a
j64-701-user/config/startup.ijs and a j64-701-user/startup.ijs file
with the lines below, but none of them worked.

However, after executing the following from cygwin command line, it
worked for me again:

cd j64-701-user/config
cat <jhs.ijs >>../../j64-701/addons/ide/jhs/core.ijs

-- 
Raul

On Wed, Dec 28, 2011 at 10:21 AM, bill lam <bbill....@gmail.com> wrote:
> I guess you can try put the line
>
>  browse_j_ 'http://127.0.0.1:65001/jijx'
>
> inside your config/jhs.ijs.  Or add this line to your startup.ijs file.
>
>  browse_j_^:IFJHS 'http://127.0.0.1:65001/jijx'
>
> untested.
>
>
> Срд, 28 Дек 2011, Raul Miller писал(а):
>> I find myself not using jhs very often, mostly because of its
>> multi-step startup.
>>
>> But that's relatively easy to fix, temporarily at least.  I can edit
>> j64-701/addons/ide/jhs/core.ijs and add a line at the bottom:
>>
>> browse_j_ 'http://127.0.0.1:65001/jijx'
>>
>> Except... this is not a very good approach.  If nothing else, every
>> time core.ijs gets updated, I lose the change.  Also, I do not know
>> how stable that port number is.
>>
>> So, taking a step back, I could change the jhs startup script, adding
>> to the command line that starts J.
>>
>> Perhaps something like changing the tail
>>
>> ... -js " init_jhs_'' "
>>
>> to
>>
>> ... -js " browse_j_ URL_jhs_ [] init_jhs_'' "
>>
>> except that is not going to work either.  One issue here is that
>> URL_jhs_ is not a url.  Why?  I am not sure.
>>
>> But that's easy to fix -- I can just use the literal url, in its
>> place... except that that's not working for me.  I am not sure why.
>>
>> Perhaps the minds that think about the design of this part of the
>> system could consider if there might be a nice way of approaching this
>> issue?
>>
>> Thanks,
>>
>> --
>> Raul
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>
> --
> regards,
> ====================================================
> GPG key 1024D/4434BAB3 2008-08-24
> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> ----------------------------------------------------------------------
> 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