1、eclipse下载安装

官网下载最新版本的eclipse:
https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/oxygen2
解压安装文件
#:cd /opt/
#:tar -zxvf eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz

验证运行:(需要安装jre)
、#:./eclipse

2.Dash显示

在 Dash 主页上添加一个图标,这样就可以将图表放在 Unity 或者是 Dock 里面以快捷启动了。

终端输入一下命令:
$ sudo gedit /usr/share/applications/eclipse.desktop
[Desktop Entry]
Name=Eclipse
Comment=Eclipse IDE
Exec=/opt/eclipse/eclipse
Icon=/opt/eclipse/icon.png
Terminal=false
Type=Application
Categories=Application;Development;Unity;Eclipse;
StartupNotify=true

3、桌面快捷方式

到dash里面找到eclipse(一般可以到下面第二个按钮对应到菜单里搜索一下)
ubuntu16.04 安装eclipse
左键按住那个软件然后拖动到页面上方
ubuntu16.04 安装eclipse
安装完成!

相关文章:

  • 2021-04-17
  • 2021-06-29
  • 2021-09-16
  • 2021-10-08
  • 2021-08-24
  • 2021-03-31
  • 2021-11-18
  • 2021-11-20
猜你喜欢
  • 2021-04-16
  • 2021-06-10
  • 2021-07-23
  • 2021-10-16
  • 2021-11-06
相关资源
相似解决方案