I had put off downloading the j804 beta, but did that just now. Once the download finished, I clicked on the zip file that produced a folder "j64-804" - I dragged that folder to /Applications (I like to have j available from any user login).I put my Unixy stuff in /usr/local/bin - but I see that you have that and /usr/bin in your $PATH, so noproblems.

I run terminal on my desktop all the time, so here is a clip from terminal after the above steps.

iMi7:~ jkt$
iMi7:~ jkt$ ls -l /Applications/j64-804
total 16
drwxr-xr-x@ 23 jkt  staff  782 Jun 28 11:26 addons
drwxr-x---@ 12 jkt  staff  408 Jun 28 11:08 bin
drwxr-xr-x@  3 jkt  staff  102 Jun 19 21:34 jbrk.app
drwxr-xr-x@  3 jkt  staff  102 Jun 19 21:34 jcon.app
drwxr-xr-x@  3 jkt  staff  102 Jun 19 21:34 jhs.app
drwxr-xr-x@  3 jkt  staff  102 Jun 19 21:34 jqt.app
-rw-r--r--@  1 jkt  staff  329 Jun 19 21:34 readme.txt
drwxr-xr-x@  6 jkt  staff  204 Jun 19 21:34 system
drwxr-x---@  3 jkt  staff  102 Jun 19 21:34 tools
-rwxr-xr-x@  1 jkt  staff  153 Jun 19 21:34 updatejqt.sh
iMi7:~ jkt$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
iMi7:~ jkt$ ls -l /usr/local/bin/jb
lrwxr-xr-x 1 jkt admin 34 Jun 28 11:06 /usr/local/bin/jb -> /Applications/j64-804/bin/jconsole
iMi7:~ jkt$ jb

   JVERSION
Engine: j803/2014-10-19-11:11:11
Library: 8.04.05
Platform: Darwin 64
Installer: J804 install
InstallPath: /applications/j64-804

I installed all the addons and everything seems to work as expected (including plot producing a very nice PDF displayed by preview).

As I was typing this message, I noticed that your frustration might be caused by a typo. You say you made a symbolic link with -

ln -s ~/j64-j804/bin/jconsole jc

but you may have meant ~/j64-804/bin/jconsole (that extra j would cause problems...) hope this helps.

- joey


On 2015/06/28 09:15 , Brian Schott wrote:
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$



----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to