How To Install Oracle Java 7 (JDK) In Ubuntu

转自 http://www.chineselinuxuniversity.net/articles/46952.shtml

 

As you probably know, Oracle Java (JVM/JDK) will not be available in the Debian / Ubuntu repositories anymore because Oracle retired the "Operating System Distributor License for Java" (JDL) and the only release available in the repositories will be OpenJDK.


But of course, Oracle Java can still be downloaded from its website if you really need it and don't want to use OpenJDK:


Linux users who prefer to use the thoroughly tested Oracle JDK 6 or Oracle JDK 7 binaries over OpenJDK builds packaged in their Linux distributions of choice can of course as usual simply get the gratis download at http://oracle.com/java under the same terms as users on other platforms.

- more info @ robilad


 

However, installing it in Ubuntu is not that easy, so here is how to install the latest Sun Oracle Java JDK 7 (at the time I'm writing this post) in Ubuntu.



 

Install Oracle Java JDK 7 in Ubuntu


 

Warning: JDK 7 is available as a developer preview release, so use it at your own risk.


For the installation we'll be using an old script created by WebUpd8 reader Bruce Ingalls which I've updated to work with the latest Oracle JDK 7 (just a minor modification). The installation instructions below only work for Oracle JDK.


Let's begin!


1. Download the latest Oracle JDK 7 from HERE (you must click "accept license" and then download the .tar.gz package for your computer architecture - jdk-7-linux-i586.tar.gz or jdk-7-linux-x64.tar.gz; these filenames are just examples, they will change on future releases). You can use these instructions for older JDK versions too, but make sure you use the appropriate folder names, etc.


2. Extract the downloaded Oracle Java JDK archive in your home folder - a new folder called "jdk1.7.0" (for Java JDK7) should be created and we must move it to/usr/lib/jvm using the following commands:

cd
sudo mkdir -p  /usr/lib/jvm/ #just in case
sudo mv jdk1.7.0/ /usr/lib/jvm/


3. Install Update Java package created by Bruce Ingalls (packages available for Ubuntu 11.10, 11.04, 10.10 and 10.04):

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install update-java


If you don't want to add the WebUpd8 PPA, you can also manually download the script. The script may work with other Linux distributions, but it has only been tested on Ubuntu.


4. Now run the following command in a terminal to install Oracle Java JDK:

sudo update-java


The script will ask you to select the Java version - select "jdk1.7.0" for Oracle Java JDK 7, click OK and wait for it to finish:

Java Updater




 

After a few minutes, Oracle Java JDK should be successfully installed on your Ubuntu machine. You can check out the version by running these commands in a terminal:
java -version
javac -version


The version should be "1.7.0".



Install Oracle Java 7 Browser plugin



 

Even though the steps below are for Firefox, the plugin will also be updated in Chrome (possibly other browsers too) as it looks under ~/.mozilla/plugins folder for plugins too.


Firstly, remove old Java plugin links using the commands below:

rm -f ~/.mozilla/plugins/libnpjp2.so ~/.mozilla/plugins/libjavaplugin_oji.so
sudo rm -f /usr/lib/firefox/plugins/libnpjp2.so /usr/lib/firefox/plugins/libjavaplugin_oji.so



And for the last step, let's create a simbolic link for the newly installed Java into the Mozilla plugins directory:

- 32bit:

ln -s /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libnpjp2.so ~/.mozilla/plugins/


- 64bit:

ln -s /usr/lib/jvm/jdk1.7.0/jre/lib/amd64/libnpjp2.so ~/.mozilla/plugins/





 

Reverting the changes


Install Oracle JDK 6 from the Ubuntu repositories (make sure you enable the Partner repository underUbuntu Software Center > Software Sources; alternatively, you can also use theLFFL Java PPA):

sudo apt-get install sun-java6-jdk sun-java6-plugin


Or, you can instal OpenDJK:

sudo apt-get install openjdk-6-jdk icedtea-plugin



Now run our script:

sudo update-java


And select the "java-6-sun-1.6.0.26" ("java-6-sun" works too) for Oracle JDK or the "java-1.6.0-openjdk" folder for OpenJDK.


For Oracle JDK, let's revert the browser plugin changes too:

rm -f ~/.mozilla/plugins/libnpjp2.so


32bit:

sudo ln -s /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/i386/libnpjp2.so ~/.mozilla/plugins/


64bit:

sudo ln -s /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/libnpjp2.so ~/.mozilla/plugins/

Original link: http://www.webupd8.org/2011/09/h...

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值