Procedure for installing and setting Sun JDK Java on Default Amazon Linux AMI

Posted gavanwanggw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Procedure for installing and setting Sun JDK Java on Default Amazon Linux AMI相关的知识,希望对你有一定的参考价值。

# First verify the version of Java being used is not SunJSK.
java -version
 
# Get the latest Sun Java SDK from Oracle http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u1-download-513651.html
wget http://download.oracle.com/otn-pub/java/jdk/7u1-b08/jdk-7u1-linux-i586.rpm
 
# Rename the file downloaded, just to be nice
mv jdk-7u1-linux-i586.rpm\?e\=1320265424\&h\=916f87354faed15fe652d9f76d64c844 jdk-7u1-linux-i586.rpm
 
# Install Java
sudo rpm -i jdk-7u1-linux-i586.rpm
 
# Check if the default java version is set to sun jdk
java -version
 
# If not then lets create one more alternative for Java for Sun JDK
sudo /usr/sbin/alternatives --install /usr/bin/java java /usr/java/jdk1.7.0_01/bin/java 20000
 
# Set the SUN JDK as the default java
sudo /usr/sbin/alternatives --config java
 
# Verify if change in SDK was done.
java -version

以上是关于Procedure for installing and setting Sun JDK Java on Default Amazon Linux AMI的主要内容,如果未能解决你的问题,请参考以下文章

[计算机程序设计艺术 英文版] Procedure for Reading This Set of Books

Administrator privileges required for OLE Remote Procedure Call debugging: this feature will not wor

使用mysql-connector-java.jar连接MySql时出现:Error while retrieving metadata for procedure columns: java.sql

Delphi -- Compiler helper for initializing/finalizing variable

Error Code 1318 Incorrect number of arguments for PROCEDUR

Install certificates needed for Visual Studio offline installation