I downloaded jre and jdk from Oracle. Then when I run it with:
sudo sh jai-1_1_3-lib-linux-amd64-jre.bin
sudo sh jai-1_1_3-lib-linux-amd64-jdk.bin
What you've downloaded isn't the JRE or JDK but the Java Advanced Imaging library.
Can I install Java 7 from Oracle (jre and jdk) on Ubuntu 11 (64 bit)?
I heard that Sun Java is dropped and I have to use openJDK. Is that
right? And what about JRE?
Which Ubuntu 11? There are two releases per year, in April and October: 11.04 (Natty) and 11.10 (Oneiric). The openjdk-7-jdk and openjdk-7-jre packages are available from Ubuntu 11.10.
The Sun/Oracle JDK/JRE was dropped from the main distribution for licensing reasons. The OpenJDK JDK and JRE are very similar to the Sun/Oracle JDK and JRE (most of the code base is shared), although you may find that some of the releases may lag behind when it comes to Ubuntu packaging. For example, Ubuntu 10.04 (Lucid) is still providing OpenJDK 6b20, which is quite behind the latest Oracle Java 6 release (update 32), which provided various fixes, including for security-related problems (although a number of security patches were back-ported).
If you want to use the OpenJDK, install the openjdk-7-jdk and openjdk-7-jre packages (provided that you're at least running Ubuntu 11.10).
Otherwise, you can download the Oracle JRE/JDK binary packages from this address: http://www.oracle.com/technetwork/java/javase/downloads/index.html