红联Linux门户
Linux帮助

ubuntu12.04给eclipse添加快速启动项

发布时间:2015-09-13 11:06:28来源:linux网站作者:gene00sun

1.在eclipse目录下创建空文本文件,文件名为eclipse.desktop

文件内容为:

1 [Desktop Entry]
2 Name=Eclipse LUNA
3 Type=Application
4 Exec=/home/*/tools/eclipse/eclipse
5 Comment[en_US]=eclipse
6 Icon=/home/*/tools/eclipse/icon.xpm


2.关闭文件,右键属性permission中选择可执行


3.双击打开eclipse.desktop,在左侧启动栏选择lock to lancher即可。


ubuntu 15.04 kylin配置jdk+eclipse+sdk+ndk:http://www.linuxdiyf.com/linux/13211.html

Ubuntu15.04下JavaJDK的安装和eclipse的安装:http://www.linuxdiyf.com/linux/12531.html

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

Linux中安装Eclipse进行C/C++开发:http://www.linuxdiyf.com/linux/10129.html

Linux下Eclipse中shell脚本编程环境的搭建:http://www.linuxdiyf.com/linux/11456.html