Linux安装eclipse并在桌面图标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux安装eclipse并在桌面图标相关的知识,希望对你有一定的参考价值。

一、安装openjdk

1. 查找可安装的openjdk版本

yum search openjdk


2. 安装openjdk

yum install java-版本号-openjdk


3. 查看是否安装成功

java -version


二、下载Eclipse

1.登陆http://www.eclipse.org/downloads/


2.进入Eclipse IDE for C/C++ Developers页面


3.选择下载linux版本eclipse CDT


三、安装Eclipse

1. 将Eclipse安装包(压缩包)移动到linux系统的/tools目录下

32位Eclipse:eclipse-cpp-mars-R-linux-gtk.tar.gz

64位Eclipse:eclipse-cpp-mars-R-linux-gtk-x86_64.tar.gz

2. 解压Eclipse

tar zxvf /tools/eclipse压缩包 -C /usr/local

3. 在桌面添加eclipse启动器(如windows快捷方式)

eclipses的路径:/usr/local/eclipse/eclipse


四、创建桌面图标

在路径中创建一个eclipse可执行文件

sudo touch /usr/bin/eclipse
sudo chmod 755 /usr/bin/eclipse
sudoedit /usr/bin/eclipse

加上如下内容

技术分享



文本编辑器输入创建图标的代码

sudoedit /usr/share/applications/eclipse.desktop


在打开的文件中,编写如下选项,具体如图:

Name为你图标显示的名称;

Comment 备注,

Encoding编码方式,

Exec即为从shell启动的全命令,第三方软件的执行文件,

Icon为图标

Categories为图标分类

技术分享



这样在菜单中就出现了eclipse图标,鼠标右键将其设置到桌面,双击桌面中的eclipse图标,就能启动eclipse

技术分享


技术分享

以上是关于Linux安装eclipse并在桌面图标的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu怎么把软件放到桌面

Ubuntu Linux 安装 Pycharm并创建桌面图标

Ubuntu 下 Eclipse 桌面图标创建

linux添加桌面快捷方式

Ubuntu 给应用程序添加桌面图标(本文以Eclipse为例)

桌面图标变git图标