I am attempting to install j804 on my Mac.

I have successfully installed jhs and jconsole, already.
>From inside jconsole, I have installed jqt.

BtI successfully launched jconsole from the finder by clicking on the
file/.app jcon. That works fine.

Now I am exploring the possibility of starting jconsole from any Terminal
directory as described here.

http://www.jsoftware.com/jwiki/System/Installation/J804#Mac

After following the instructions to "... create a symbolic link ...", I
tried to start jconsole from the Terminal app. Below I have inserted some
of my attempts at starting jconsole. What am I missing, please?

server:~ brian$ jc
-bash: jc: command not found
server:~ brian$ pwd
/Users/brian
server:~ brian$ ls -l /usr/bin/jc
lrwxr-xr-x  1 brian  staff  30 Jun 28 10:06 /usr/bin/jc ->
/Users/brian/j804/bin/jconsole
server:~ brian$ echo $PATH
/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin


When that did not work, I attempted to rewrite the suggested command in the
jwiki, changing it as follows and then issuing the sudo command. But got
the same result except that the "link" name changed.

from:

ln -s ~/j804/bin/jconsole jc


to:

ln -s ~/j64-j804/bin/jconsole jc
I also tried to enter the command `jconsole` in the Terminal, but that only
launched a Java app.

I also explored the following files.

server:~ brian$ ls -l /usr/lib/libedit*
lrwxr-xr-x  1 root  wheel      15 Oct 10  2011 /usr/lib/libedit.2.dylib ->
libedit.3.dylib
lrwxr-xr-x  1 root  wheel      15 Oct 10  2011 /usr/lib/libedit.3.0.dylib
-> libedit.3.dylib
-rwxr-xr-x  1 root  wheel  359856 Oct 10  2011 /usr/lib/libedit.3.dylib
lrwxr-xr-x  1 root  wheel      15 Oct 10  2011 /usr/lib/libedit.dylib ->
libedit.3.dylib
server:~ brian$


-- 
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to