-1

I needs help actually i am trying to download java and eclipse. How can i download java for Ubuntu 14.04.

1 Answers1

0

You can use WebUpd8 PPA. This will download the required files from Oracle and install JDK 8.

sudo add-apt-repository ppa:webupd8team/java

sudo apt-get update

sudo apt-get install oracle-java8-installer

After installation completes, you can check whether it succeeded with the command

java -version