close
reference:
https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get
commands
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
//install oracle jdk - 7
sudo apt-get install oracle-java7-installer
Now, you got the jdk-7 on your pc.
全站熱搜