There is a jconsole, a Java program, but this is not the one you need. It's a totally unrelated program. Find the jconsole that comes with J install and link it somewhere you usually put programs you installed yourself (not through using RPM / yum), like, for example, /opt/j or /usr/share/j or /usr/local/j and so on. For example I have J installed like this:
/usr/local/j/j64-701: total used in directory 24 available 33303372 drwxr-xr-x. 6 wvxvw wvxvw 4096 Jan 31 2011 . drwxr-xr-x. 3 root root 4096 Dec 6 20:31 .. drwxr-xr-x. 7 wvxvw wvxvw 4096 Dec 7 22:34 addons drwxr-xr-x. 3 wvxvw wvxvw 4096 Dec 7 22:43 bin drwxr-xr-x. 6 wvxvw wvxvw 4096 Jan 31 2011 system drwxr-xr-x. 3 wvxvw wvxvw 4096 Jan 31 2011 tools /usr/local/j/j64-701/bin: total used in directory 2428 available 33303372 drwxr-xr-x. 3 wvxvw wvxvw 4096 Dec 7 22:43 . drwxr-xr-x. 6 wvxvw wvxvw 4096 Jan 31 2011 .. drwxr-xr-x. 2 wvxvw wvxvw 4096 Jan 31 2011 icons -rw-r--r--. 1 root root 16 Dec 7 22:43 installer.txt -rwxr-xr-x. 1 wvxvw wvxvw 56 Jan 31 2011 jbrk -rwxr-xr-x. 1 wvxvw wvxvw 168409 Jan 31 2011 jconsole -rwxr-xr-x. 1 wvxvw wvxvw 43 Jan 31 2011 jgtk -rwxr-xr-x. 1 wvxvw wvxvw 143 Jan 31 2011 jhs -rwxr-xr-x. 1 wvxvw wvxvw 2273787 Jan 31 2011 libj.so -rw-r--r--. 1 wvxvw wvxvw 1051 Jan 31 2011 profile.ijs -rw-r--r--. 1 wvxvw wvxvw 818 Jan 31 2011 profilex_template.ijs Then in my .bashrc alias jcl=/usr/local/j/j64-701/bin/jconsole so that I can invoke the J console by typing jcl On Fri, Jan 24, 2014 at 7:48 PM, David Vincent-Jones <[email protected]>wrote: > This is my first attempt to get J running on a 64 bit machine and Java is > giving me some problems. I am running j801 on Fedora > > The question is how should I modify the 'jhs' startup file below: > > #!/bin/sh > /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.1.fc20.x86_64/jre/bin/java > "`dirname "$0"`/jconsole" ~addons/ide/jhs/core.ijs -js " init_jhs_'' " > > Obviously, directly inserting my java path is not working. > > Help would be appreciated; > > David > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
