Installing Java in Ubuntu is just a piece of Cake. You need not visit any Website to download some file and install.
Just follow the procedure to do Complete it.
1. Connect to internet.
2. Open Terminal
Application -> Accessories -> Terminal
(or)
alt+f2 and type gnome-terminal and press Enter
3. Execute sudo apt-get update
4. Execute sudo apt-get install sun-java6-sdk
5. Java will be installed.
6. .Open terminal and type java --version to confirm java installation.
Comments