The first hit in google gave a so page, > http://stackoverflow.com/questions/14268887/what-is-the-illegal-instruction-4-error-and-why-does-mmacosx-version-min-10
which suggested optimization prevent binaries from running under older osx such as 10.7 unless a complilation flag is enabled. Apparently the issue is in the new j803 binaries. If you want to try j802, you can get it from the download link in J homepage. Вт, 02 дек 2014, Brian Schott написал(а): > server:bin brian$ pwd > /Users/brian/j64-803/bin > server:bin brian$ ./jconsole -jprofile > Illegal instruction: 4 > server:bin brian$ cd > server:~ brian$ echo sh > sh > server:~ brian$ echo $SHELL > /bin/bash > server:~ brian$ > > > On Tue, Dec 2, 2014 at 8:57 AM, bill lam <[email protected]> wrote: > > > sorry it should run as > > > > ./jconsole -jprofile > > > > otherwiwse it will call the other java program "jconsole" > > > > the linux debian j install deb has change the name to ijconsole to > > avoid conflict. > > > > > > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
