Ubuntu 16 Java Develop环境快速搭建

本文详细介绍了如何在Ubuntu 16.04上快速配置Java开发环境,包括安装JDK8、切换JDK版本、验证Java版本、设置环境变量,以及下载和运行Eclipse IDE,助你轻松开始Java开发。

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

  • 安装JDK

1. 更新apt-get:

$ sudo apt-get update

2. 安装jdk:

$ sudo apt-get install openjdk-8-jdk

部分eclipse现只支持jdk8,且安装jdk9会有error,详见:

https://askubuntu.com/questions/769467/can-not-install-openjdk-9-jdk-because-it-tries-to-overwrite-file-aready-includ

3. JDK版本切换:

$ sudo update-alternatives --config java


Differencebetween auto mode and manual mode in update-alternatives

 In Auto Mode, will select the generic name of the programautomatically based on the Priority value of the alternatives; The one with thehighest priority gets set as the generic name.

 In Manual Mode, will set the generic name as the userselected alternative irrespective of the Priority value of the alternatives,hence the name "manual".

Java alternatives(sudoupdate-alternatives --config java) Change auto mode:

 Make the priorityof /usr/lib/jvm/java-8-oracle/jre/bin/java higher that the rest to automatically enable it asdefault java binary.

   $ sudoupdate-alternatives --install /usr/bin/java java/usr/lib/jvm/java-8-oracle/jre/bin/java 1100

4. 确认当前java 版本:

$ java -version

5. 添加环境变量:

$ sudo vim /etc/profile

  export JAVA_HOME="/usr/lib/jvm/java-8-openjdk/jre/bin"

$ source /etc/profile

  • 安装eclipse

1. 查看系统版本:

$ uname -a

Linux ubuntu 4.4.0-96-generic #119-Ubuntu SMP Tue Sep12 14:59:54 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

2. 官网下载:

http://www.eclipse.org/downloads/eclipse-packages/


3. 解压 (免安装版)

4. 运行“eclipse”

5. Window ->Perspective -> Customize Perspective 调整成自己习惯的perspective。

6. Lock to launcher 或者 添加图标。

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值