I am trying to install Java 8 in Ubuntu but I am failing to do it. I tried the following commands to install it:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
After completion of this, I triggered the command javac -version.