现在的位置: 首页 > 综合 > 正文

Ubuntu install Oracle jdk

2014年01月25日 ⁄ 综合 ⁄ 共 399字 ⁄ 字号 评论关闭

Clean up the historical open jdk:

sudo apt-get purge openjdk*

Add a new repo and install the sdk:

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:eugenesan/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

If you want the JRE and the browser plugin:

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

抱歉!评论已关闭.