I'm unable to run J on my raspberry pi. I configured my pi maybe six months ago and I think it's running Raspbian
pi@raspberrypi ~ $ uname -a Linux raspberrypi 3.6.11+ #456 PREEMPT Mon May 20 17:42:15 BST 2013 armv6l GNU/Linux pi@raspberrypi ~/j801/bin $ ./jconsole -bash: ./jconsole: No such file or directory Looking at this http://www.jsoftware.com/pipermail/programming/2013-June/032982.html, it seems to imply that it might be due to my distribution? pi@raspberrypi ~/j801/bin $ file jconsole jconsole: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=0xd956820523760a0fc34643db61c5bf515c16a512, not stripped pi@raspberrypi ~/j801/bin $ ls -lah /home/pi/j801/bin total 1.7M drwxr-xr-x 3 pi pi 4.0K Mar 25 12:58 . drwxr-xr-x 6 pi pi 4.0K Mar 21 03:42 .. drwxr-xr-x 2 pi pi 4.0K Mar 21 03:42 icons -rw-r--r-- 1 pi pi 13 Mar 21 03:42 installer.txt -rwxr-xr-x 1 pi pi 56 Mar 21 03:42 jbrk -rwxr-xr-x 1 pi pi 11K Mar 21 03:42 jconsole -rwxr-xr-x 1 pi pi 143 Mar 21 03:42 jhs -rwxr-xr-x 1 pi pi 1.6M Mar 21 03:42 libj.so -rw-r--r-- 1 pi pi 1.7K Mar 21 03:42 profile.ijs -rw-r--r-- 1 pi pi 819 Mar 21 03:42 profilex_template.ijs pi@raspberrypi /etc $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 7.0 (wheezy)" NAME="Debian GNU/Linux" VERSION_ID="7.0" VERSION="7.0 (wheezy)" ID=debian ANSI_COLOR="1;31" HOME_URL="http://www.debian.org/" SUPPORT_URL="http://www.debian.org/support/" BUG_REPORT_URL="http://bugs.debian.org/" Any ideas how to fix or is the source available so I can build it myself? I tried building from the gplsrc and had some problems. I can probably figure out how to build it from the gpl src but didn't want to spend the time if this has already been solved. I don't particularly care if it's from the gpl src or from something else -- just looking for a functioning version of jconsole on my pi. Thanks Joe ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
