Monday, June 18, 2012

Adding Java on Ubuntu

To add Java from Oracle and not the OpenJDK just type the following into a terminal window:

Sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

This will download a script that will install Java. The PPA doesn't actually contain files it self.

No comments: