Probably the best solution is to add the command to your console startup script, e.g. add
9!:7 '+++++++++|-' to a script named: jpath '~config/startup_console.ijs' Joey K Tuttle wrote: >>> The really frustrating thing is that even if, in my profile, >>> I include - >>> >>> 9!:7 '+++++++++|-' >>> >>> it is ignored in my Linux jconsole. I have to make the change >>> in the session (or a loaded script). I can't find anyplace in >>> scripts that look like the change is being made, so I assume >>> it may be in jconsole or some such place that the default is >>> not followed. >>> >> >> With the default installation I get >> snipped >> [EMAIL PROTECTED] ~]$ ~/j601_64/jconsole -jprofile >> 9!:6'' >> +++++++++|- >> >> and the same for 32 bit. >> >> I have been "solving" this problem by including >> 9!:7 '+++++++++|-' >> in my scripts. >> > > It is "interesting" that not having any profile gives default > performance, while even adding a user profile (which has been > my practice for a long time) is overridden by the last line of > profile.ijs ... for many releases, I have added the first of > the following near the end of the distributed profile.ijs > > NB. ========================================================= > NB. Bring in local profile > 0!:0< jhostpath prf, '/quedprof.ijs' > NB. boot up J: > NB. note: this may load a command line script, and should be > NB. the last entry in this script. Any additions beyond this > NB. point may confuse things and cause failures. > 0!:0 <jhostpath sys,'\extras\util\boot.ijs' ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
