Skip to content

Instantly share code, notes, and snippets.

@akamahesh
Created March 22, 2018 12:01
Show Gist options
  • Save akamahesh/9e85dc02bb5dc1a7d3b4d7bd09167e94 to your computer and use it in GitHub Desktop.
Save akamahesh/9e85dc02bb5dc1a7d3b4d7bd09167e94 to your computer and use it in GitHub Desktop.
How to install java 8 on ubuntu

To install java 8

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

to set it default

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

java location

usr/lib/jre/oracle-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment