If you need simple steps to install java in Ubuntu, here they are.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
I used this method to install PhpStorm dependency in Ubuntu 12.04. Originally from here.
No comments:
Post a Comment