Wednesday, February 20, 2013

Install Oracle/Sun Java SDK and JRE in Ubuntu

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.
  • Related Links Widget for Blogspot

No comments: