1 配置jdk
可以参考QT for android配置里的jdk配置

2 从官网上下载eclipse
下载地址: https://www.eclipse.org/downloads/download.php?file=/oomph/epp/oxygen/R/eclipse-inst-linux64.tar.gz

3 下载eclipse-inst-linux64.tar.gz后解包
注意解包后得到只是一个在线的eclipse安装程序。
解包后进入目录eclipse-installer, 并执行安装程序”eclipse-inst”.
执行程序后,会弹出选择界面如图:

linux上配置eclipse
点击相应的项则会下载并安装支持相应编程语言的eclipse.

我选择的是”Eclipse IDE for Java Developers”:
然后会弹出选择程序安装路径的界面:
linux上配置eclipse

点击”INSTALL”按钮后会下载相应的程序并安装。

完成后, eclipse程序就在”/home/jk/eclipse/java-oxygen/eclipse”目录里,
执行此目录里的”eclipse”程序就可以打开eclipse的IDE进行编码了。也可以创建一个软链接到桌面,以便直接打开eclipse.

相关文章:

  • 2021-04-12
  • 2022-01-05
  • 2021-11-22
  • 2021-05-06
  • 2021-07-31
  • 2021-08-08
  • 2022-01-02
猜你喜欢
  • 2021-09-13
  • 2021-11-01
  • 2021-11-29
  • 2021-08-05
  • 2021-12-01
  • 2021-07-15
  • 2021-09-04
相关资源
相似解决方案