Problems with taskit's provided jamvm/classpath binaries

Hi, I downloaded the install-cp98-jamvm-1.5.2.tar.bz2 from the Downloads section, untarred it, and copied the install tree to the root directory. I added /usr/local/jamvm/bin to my PATH and when I do "which jamvm" I get the right answer. However, I can't get it to run.

root@sbmachine:~#
root@sbmachine:~# which jamvm
/usr/local/jamvm/bin/jamvm
root@sbmachine:~# jamvm
-sh: jamvm: not found
root@sbmachine:~# cd /usr/local/jamvm/bin
root@sbmachine:/usr/local/jamvm/bin# ./jamvm
-sh: ./jamvm: not found
root@sbmachine:/usr/local/jamvm/bin# ls -l
-rwxr-xr-x 1 root root 155644 Jul 11 09:57 jamvm

Does anyone know what's going on??! Thanks!

Re: Problems with taskit's provided jamvm/classpath binaries

Stamp9g20 is my platform and I am just realizing that these must not be compiled for it.

Re: Problems with taskit's provided jamvm/classpath binaries

Right, this package is compiled for non EABI kernels, it won't work on Stamp9G20 as this kernel is EABI. This why the interpreter doesn't recognize the binary as executable. You should use the classpath/ jamvm combination provided by your OpenEmbedded distribution.

Syndicate content