On Sat, Jul 9, 2022 at 2:09 AM <tu...@posteo.de> 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