Howto install Sun Java Runtime Environment (JRE) in Ubuntu 10.04 (Lucid Lynx)
Sponsored Link
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
This looks like its going to change my 10.04 server into a desktop.
try this way…
apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
then type this:
sudo !!
The package has been removed completely from the partner repository due to license issue, see https://lists.ubuntu.com/archives/ubuntu-security-announce/2012-January/001554.html
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
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
Thanks Kapor. You r a real pal. Kuddos.
thanks man you very smart