Fixing Java on the Zaurus C760

August 14th, 2003 by Hen

I’m sure that I’m missing something here, but:

Zaurus compiling can be done with Kopi. Kopi appears to be a simple script that wraps around evm, a script that comes with the ROM.

The problem is that the script on the ROM doesn’t seem to work with the version of bash on the ROM. It gives errors. The solution I have found is to perform:

cp `which evm` /usr/local/bin/evm2
then edit evm2 with vi and change the ‘||’ to be a ‘-o’.
then edit `which kjc` with vi and change it to point to evm2.

The backtick is function-@ [the - key]. Escape is the cancel key.

Comments are closed.