linux poison RSS
linux poison Email

How-To Install Java JRE and JDK on Ubuntu Linux

Java technology's versatility, efficiency, platform portability, and security make it the ideal technology for network computing. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!

 * 1.1 billion desktops run Java
 * 930 million Java Runtime Environment downloads each year
 * 3 billion mobile phones run Java
 * 100% of all Blu-ray players run Java
 * 1.4 billion Java Cards are manufactured each year
 * Java powers set-top boxes, printers, Web cams, games, car navigation systems, lottery terminals, medical devices, parking payment stations, and more.

To see places of Java in Action in your daily life, explore java.com.

Java Installation on Ubuntu 12.04:
Open the terminal and type following command to add the standard java repository, this will help you keep your java updated.
sudo add-apt-repository ppa:webupd8team/java -y
sudo apt-get update
Install Java JRE and java JDK using following commands:
sudo apt-get install oracle-java7-installer
sudo apt-get install oracle-jdk7-installer
After successful installation you can star using the java package.
For all other java settings, you can use the java control panel, you can open the java control panel from Unity 'Dash'






0 comments:

Post a Comment

Related Posts with Thumbnails