11 March 2012

How to Install Java in Ubuntu 10.04 LTS

1 comment

How to Install Sun Java in Ubuntu 10.04 LTS

how to install java in linux , how to run java in linux , how to run java in ubuntu
Java is a object-oriented language developed by Sun Microsystems in the early 1990. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java is currently one of the most popular programming languages in use, particularly for client-server web applications, with a reported 10 million users.

Installation by Graphical Method

1.Open Ubuntu Software center

how to install java through ubuntu software center in ubuntu 10.04


2. Search for "sun java" and Install first package "Sun java 6.0 Plugin" and you are done.

Java ubuntu software center


Installation by Terminal

1. Add Partner repository using following command

$ sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner”

2. Update the Source list

$ sudo apt-get update

3. Install java package

$ sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts

Note : Check if JRE is Properly Installed or not by running the following command

$ java -version


Enjoy Sun java :) and feel free to comment :)

How to install Java in ubuntu 11.10

If You Liked This Post Please Take a Time To Share This Post

You May Also Like...

1 comment: