Config The Java Environment In Linux

本文详细介绍了如何在Linux系统中安装JDK的过程,包括下载官方版本、执行安装脚本、配置环境变量等步骤,并验证安装是否成功。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1.Download the linux's version JDK in the official web page(Oracle)
2.Execute the command: sh jdk-6u27-linux-i586.bin
3.copy the jdk1.6.0_27 directory to the /opt/
4.use the root do execute the command: gedit /etc/environment file, then type the below orders:

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/jdk1.6.0_27/bin:"
CLASSPATH=/opt/jdk1.6.0_27/lib/dt.jar:/opt/jdk1.6.0_27/lib/tools.jar:.:
JAVA_HOME=//opt/jdk1.6.0_27


5.use the root do execute the command: . /etc/environment to make it effective.

6.Test the commands: in the bash , you can type : java or javac ,if you see the picture, Congratulations! you succeed !



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值