Java has not yet been updated in the repository of Ubuntu 11.04. When the final release comes, it will come
To install Java, you can follow one of these 2 methods
Method 1:
Install using Ubuntu 10.10 Partner repository
- Pres ALT+F2 or open the Terminal
- Enter
gksu /usr/bin/software-properties-gtk
- In the "Other Software" add
deb http://archive.canonical.com/ubuntu maverick partner
- Open Ubuntu Software Center and search for "sun jre"
If you want to use Terminal then enter
sudo apt-get install sun-java6-jre sun-java6-plugin
sudo apt-get install sun-java6-jdk
Method 2
Using PPA
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin
sudo apt-get install sun-java6-jdk
