"No such file or directory" when invoking java
This message is shown because some 32 bit libraries are absent in Ubuntu 64 bit. Run:
apt-get install libc6-i386
See Java is installed, in listing, but execution produces “./java: No such file or directory” for more details