• 安装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

# jdk
export JAVA_HOME=/usr/lib/jvm/java--openjdk-amd64
export JRE_HOME=${JAVA_HOME}/jre

$ 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 或者 添加图标。

Windows10 JDK安装配置请见这篇

Win10英文系统 JDK1.8安装及环境变量配置

最新文章

  1. 数塔问题(DP算法)自底向上计算最大值
  2. 开发笔记:基于EntityFramework.Extended用EF实现指定字段的更新
  3. php升级
  4. sortedArrayUsingComparator
  5. listview去掉底部多出的边框黑色
  6. DBA_Oracle Erp版本升级12.1.1到R12.1.3(案例)
  7. jBox 弹出窗口中焦点设置问题
  8. 有关android UI 线程
  9. @Html.Partial,@Html.Action,@Html.RenderPartial,@Html.RenderAction区别
  10. SQL Server MYSQL 检查点的好处
  11. armeabi与armeabi-v7a
  12. An Overview of Complex Event Processing2
  13. javascript中toString和valueOf方法的区别
  14. ARTS Challenge- Week 1 (2019.03.25~2019.03.31)
  15. 在windows上安装wamp时遇到apache无法启动,图标为橙色
  16. LeetCode(485. 最大连续1的个数)
  17. 性能调优之vmstat命令
  18. sqlserver sql优化案例及思路
  19. 5: EL 表达式小结
  20. 安装Eclipse Maven插件的方法

热门文章

  1. 【转】PHP如何快速读取大文件
  2. d3js selections深入理解
  3. SQL中的Datetime
  4. 一些baidu面经
  5. Windows Server 2003 动态网站IIS设置(图)
  6. [翻译] SVProgressHUD
  7. 监控事件日志关键字规则(EventDescription)
  8. chchc
  9. MVC与WebApi中的异常过滤器
  10. UML设计--人月神教