compiling java on the zaurus
hi all,
i was able to use a kopi compiler on my Z while i had the sharp os on it. now that i have the open zaurus on it there seems to be a problem.
to install kopi you just copy over to your Z and it works in conjunction with jeode (i have installed)
where it gets confusing for me is the command to compile, it goes like:
evm -cp /mnt/cf/Applications/Kopi/kjc-suite.jar at.dms.jkc.Main -C/mnt/cf/Applications/Kopi/gclasses.zip hello.java
where hello.java is my example. this command is all one line.
i get an error:
java.lang.NoClassDefFoundError: at/dms/jkc/Main
my problem is i dont umderstand the compile command. i know evm is the command to run jeode and -cp are some sort of options and the pathe to kopi and gclasses is correct but the rest (the stuff in the middle) im not sureof.
on a side note here are some
helpful keys on a zaurus for people who write little java apps:
shift+space= |
the cancel button (while using vim) is like the escape key to leave insert mode
fn+shift+backspace=[
fn+shift+ , = ]
fn+shift+ . = {
fn+shift+return= }
those are about all i know, there are a couple more that do strange things in a terminal window.
Last edited by Brain Drop; 03-09-2004 at 03:43 PM.
|