java JDK安装 linux64

1、准备jdk安装文件 for linux 64

  jdk-6u23-ea-bin-b03-linux-amd64-18_oct_2010.bin


2、查看当前系统上是否已安装java

[root@localhost logs]#  rpm -qa | grep java

如果有openjava则需要卸载

3、安装JDK

./jdk-6u23-ea-bin-b03-linux-amd64-18_oct_2010.bin

Creating jdk1.6.0_23/jre/lib/rt.jar
Creating jdk1.6.0_23/jre/lib/jsse.jar
Creating jdk1.6.0_23/jre/lib/charsets.jar
Creating jdk1.6.0_23/lib/tools.jar
Creating jdk1.6.0_23/jre/lib/ext/localedata.jar
Creating jdk1.6.0_23/jre/lib/plugin.jar
Creating jdk1.6.0_23/jre/lib/javaws.jar
Creating jdk1.6.0_23/jre/lib/deploy.jar


Java(TM) SE Development Kit 6 successfully installed.


Product Registration is FREE and includes many benefits:
* Notification of new versions, patches, and updates
* Special offers on Oracle products, services and training
* Access to early releases and documentation


Product and system data will be collected. If your configuration
supports a browser, the JDK Product Registration form will
be presented. If you do not register, none of this information
will be saved. You may also register your JDK later by
opening the register.html file (located in the JDK installation
directory) in a browser.


For more information on what data Registration collects and 
how it is managed and used, see:
http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html


Press Enter to continue.....


4、设置环境变量

[root@localhost ~]# vi .bash_profile 
# .bash_profile


# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi


# User specific environment and startup programs


#enviroment JAVA  
export JAVA_HOME=/opt/jdk1.6.0_23
export PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar


5、让环境变量生效

. .bash_profile


[root@localhost ~]# echo $JAVA_HOME
/opt/jdk1.6.0_23
[root@localhost ~]# 


6、检查是否安装成功

[root@localhost ~]# java -version
java version "1.6.0_23-ea"
Java(TM) SE Runtime Environment (build 1.6.0_23-ea-b03)
Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)
[root@localhost ~]# 




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值