It's intended for J installation under /usr , so that you can safely ignore
it.

Use startup.ijs as Raul had suggested is good enough.


On Sat, 9 Jul 2022 at 2:58 PM Raul Miller <[email protected]> wrote:

> On Sat, Jul 9, 2022 at 2:09 AM <[email protected]> wrote:
> > (using Gentoo Linux...)
> >
> > With strace I found, that jconsole tries to open .jprofile.ijs from $HOME
> >
> > openat(AT_FDCWD, "/home/user/.jprofile.ijs", O_RDONLY) = -1 ENOENT (No
> such file or directory)
> >
> > I created that file and added some defines.
> >
> > After restarting jconsole none of the defines (via '=:') seemed to be
> there.
> >
> > Why are defines from that file are not visible from jconsole after
> restart jconsole?
>
> Hmm... I cannot reproduce this (though I'm not on gentoo).
>
> Here's what things currently look like for me:
>
> $ cat .jprofile.ijs
> ABC_base_=:456
> ABC=: 123
> $ jconsole
>    ABC
> 123
>
> So it's not a locale issue, and it seems to just work, for me...
>
> Is it possible that you have something going on in your
> jpath '~user/config/startup.ijs' which is overriding what you're doing
> in your .jprofile.ijs?
>
> 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

Reply via email to