The first error indicates, that bash can't find
the executable javac. Did you check whether javac is
in your bash path? (try the command<br>echo $PATH
<br>and check if one of the path entries is your java/bin
directory.<br><br>Later you might discover, that under unix the classpath
entries are separated by : instead of ; as in M$
Windowze.