cannot find java even though it is there (ubuntu 12.04)
- by Jeff Storey
I'm trying to just execute the java command and it's saying it cannot be found, even though it is there. Here's what my output looks like
root@oneiric:/usr/lib/jvm/default-java/bin# ls -al java
-rwxrwxrwx 1 uucp 143 5750 2012-09-20 11:14 java
root@oneiric:/usr/lib/jvm/default-java/bin# ./java
-su: ./java: No such file or directory
So the ls…