If you are using Ubuntu or any other Debian flavored Linux, this is the best way to setup Java. Open Terminal and just follow the below steps: 1. First add this remote repository- $ sudo add-apt-repository ppa:webupd8team/java 2. Update your local system repo. $ sudo apt-get update 3. Now install Java. $ sudo apt-get install […]