On Wed, Feb 2, 2011 at 1:06 PM, David Vincent-Jones <[email protected]> wrote: > How would I do that on Linux?
A shortcut in the startup folder would be roughly equivalent to an appropriate symlink in the /etc/rc?.d/ directory which matches the run level you will be using. (Though, a closer match would be to add a line to the profile script which runs when you get a login shell.) That said, to achieve what I wanted under linux, I would instead create an entry in /etc/inittab (and I would wrap it in a shell script that set up an appropriate environment -- I would probably set it up to run as me, and in my home directory). > On Wed, 2011-02-02 at 11:21 +0000, Björn Helgason wrote: >> It might be enough for you to put a shortcut in the startup folder. >> I do it for both gtk and the jhs server And all of this glosses over things like window handling -- I would ideally like to do something slightly different from jconsole (I would prefer to have no window unless one was needed, and I would prefer that closing the window did not shut down J). I suppose my first step will be to either find the source code for jconsole.exe, to see how that is done, or to recreate that for myself. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
