红联Linux门户
Linux帮助

Ubuntu创建eclipse launcher

发布时间:2015-12-16 10:05:27来源:linux网站作者:qq_20480611

搭建完Android开发环境之后,在adt-bundle中启动eclipse,发现并不能锁定在启动器中。


1、切换到桌面图标文件夹

cd  /usr/share/applications


2、编辑 eclipse.desktop

sudo vim eclipse.desktop

输入如下内容:

[Desktop Entry] 
Type=Application 
Name=eclipse 
Comment=Eclipse Integrated Development Environment 
Icon=/home/benjamin/adt-bundle/eclipse/icon.xpm 
Exec=/home/benjamin/adt-bundle/eclipse/eclipse 
Terminal=false 
Categories=Development;IDE;Java; 
StartupWMClass=Eclipse 


3、保存退出,修改权限

chmod +x eclipse.desktop


4、把图标拖到启动项

gnome文件管理器打开到 /usr/share/applications 下,把 eclipse.desktop 拖到启动项。


Ubuntu中查找与Launcher图标所对应的命令:http://www.linuxdiyf.com/linux/14439.html

eclipse在ubuntu下工具栏美化:http://www.linuxdiyf.com/linux/16390.html

如何快速从Ubuntu系统的eclipse下导出jar包(MapReduce程序):http://www.linuxdiyf.com/linux/16272.html

ubuntu15.04下安装eclipse4.4:http://www.linuxdiyf.com/linux/12322.html

Ubuntu下Eclipse使用常见问题:http://www.linuxdiyf.com/linux/9779.html