Saturday, 7 September 2013

How-To Install Java JRE and JDK on Ubuntu.

Java technology’s versatility, efficiency, platform portability, and security make it the ideal technology for network computing. From laptops to data centers, game consoles to scientific super computers, cell phones to the Internet, Java is everywhere!
* 1.1 billion desktops run Java
* 930 million Java Run time 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-java 7-installer
#  sudo apt-get install oracle-jdk 7-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


Source : Internet

No comments:

Post a Comment