How to Install Java Runtime Environment JRE in Ubuntu 10.10 Maverick using PPA | Ubuntu Geek.
”
Install java in ubuntu 10.10
Open the terminal and run the following commands
sudo add-apt-repository ppa:sun-java-community-team/sun-java6
sudo apt-get update
sudo apt-get install sun-java6
Ubuntu 10.04(Lucid) users also can install java using this PPA
“