Menu Close

How To Install Oracle Java 8 On Ubuntu 14.04

You can install Oracle Java 8 using the Oracle Java (JDK) 6 / 7 / 8 Installer PPA from the “WebUpd8” team. The installer includes Java JDK, JRE and the Java browser plugin.



To add the PPA and install Oracle Java 8 open a terminal window (press Ctrl+Alt+T) and copy+paste the following lines:

sudo add-apt-repository ppa:webupd8team/java -y
sudo apt-get update
sudo apt-get install oracle-java8-installer -y

When Oracle Java 8 is installed you can close the terminal window.

0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Venkata Raju Bheri
Venkata Raju Bheri
9 years ago

WOW Thank You Its working