Installation problem of oracle java 8

How to move move the extracted folder of jdk-8u20-linux-x64.tar.gz in to /usr/lib/jvm while installing oracle java in ubuntu 14.04.?

1

1 Answer

Using a PPA:

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

and then

sudo apt-get install oracle-java8-set-default

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like