The language itself derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. JavaScript, a scripting language, shares a similar name and has similar syntax, but is not directly related to Java.
We have already posted about sun java was moved to the Partner repository in Ubuntu 10.04 (Lucid)
Procedure to follow
Open terminal and run the following commands
Add partner repository using the following command
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
Update the source list
sudo apt-get update
Now install sun java packages using the following commands
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
The above command will download all the required packages and begins the installation, you’ll get a screen that contains the Sun Operating System Distributor License for Java and hit Enter to continue.
You’ll see a dialog that asks you if you agree with the DLJ license terms. Select Yes, and hit Enter; the JRE will finish installing.
Testing Java Runtime Environment
You’ll want to confirm that your system is configured properly for Sun’s JRE. This is a two-step process.
First, check that the JRE is properly installed by running the following command from a terminal.
java -version
Incoming search terms:
- install java ubuntu 10 04
- java ubuntu 10 04
- installing java ubuntu
- ubuntu 10 04 java
- java for ubuntu 10 04
- ubuntu 10 04 install java
- how to install java on ubuntu 10 04
- how to install java in ubuntu 10 04
- install java on ubuntu 10 04
- sun java ubuntu 10 04





for those who constantly receive error msg can try the following command lines:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
[Reply]
Kapor
Many thanks KAPOR
You come with the ultimate solution!!!!!
With the remark that Ubuntugeek can may be do your instruction FIRST FOR UBUNTU 10.04 AND THE OTHER
….
I need JRE because setting JAVA for various ERP-applications
[Reply]
Thanks Kapor. You r a real pal. Kuddos.
[Reply]
thanks man you very smart
[Reply]