Friday, July 11, 2014

Ubuntu Server 14.04 - Install Oracle JDK 1.7.x directly from PPA

Here is the codes that you can use to install Oracle JDK 1.7.x directly from PPA

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

0 comments:

Post a Comment