1、下载eclipse:

https://www.eclipse.org/downloads/packages/

CentOS-7安装eclipse

2、上传到linux:

CentOS-7安装eclipse

3、解压:

tar -zxvf eclipse-jee-2018-12-R-linux-gtk-x86_64.tar.gz

CentOS-7安装eclipse

4、创建启动器:

在/usr/share/applications目录新建文件:

vi /usr/share/applications/eclipse.desktop

文件中添加以下内容:

[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=eclipse
Exec=/opt/eclipse/eclipse
GenericName=eclipse
Comment=Java development tools
Icon=/opt/eclipse/icon.xpm
Categories=Application;Development;
Terminal=false

CentOS-7安装eclipse

5、复制到桌面:

把创建好的启动器复制到桌面即可。

CentOS-7安装eclipse

CentOS-7安装eclipse

CentOS-7安装eclipse

CentOS-7安装eclipse

CentOS-7安装eclipse

相关文章:

  • 2021-08-26
  • 2021-12-27
  • 2022-01-25
  • 2021-10-31
  • 2021-06-07
  • 2021-09-08
  • 2022-01-06
猜你喜欢
  • 2022-12-23
  • 2021-11-24
  • 2021-07-30
  • 2021-08-10
  • 2021-07-21
  • 2022-02-08
相关资源
相似解决方案