Re: Java Problem



well, it seems you've not java interpreter in your system: try to
search it

find /opt/ -name java

then put it's directory in PATH environment variable.

To check path type in shell

echo $PATH

hope this was useful,

Valerio

.