红联Linux门户
Linux帮助

ubuntu15.04下安装eclipse4.4

发布时间:2015-05-24 21:49:03来源:cnblogs.com/ReflectFounder/作者:小牧

1.安装JDK8,具体过程点这里(http://www.linuxdiyf.com/linux/12321.html)


2.下载 Eclipse 最新版

访问官方网站下载 Eclipse 最新版,这个就不多说了,大家自己去下(http://www.eclipse.org/downloads/?osType=linux&release=undefined)。


3.解压 Eclipse

使用 Ctrl+Alt+T 打开终端并使用如下命令将 Eclipse 解压到 /opt/ 目录以供全局使用:

cd /opt/ && sudo tar -zxvf ~/Downloads/eclipse-*.tar.gz

解压完成后,就可以在 /opt/ 目录中看到 Eclipse 了


4.创建 Eclipse 快捷方式

1、在终端中执行如下命令

gksudo gedit /usr/share/applications/eclipse.desktop

2、粘贴并保存如下内容

[Desktop Entry]
Name=Eclipse 4
Type=Application
Exec=/opt/eclipse/eclipse
Terminal=false
Icon=/opt/eclipse/icon.xpm
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE;
Name[en]=Eclipse


至此,我们就将最新版本的 Eclipse 4安装到 Ubuntu 15.04 中并可以使用了。


在Ubuntu 15.04中使用Eclipse 4.4、Java 8以及WTP:http://www.linuxdiyf.com/linux/11736.html

Linux下安装配置Eclipse IDE(Luna 4.4.2):http://www.linuxdiyf.com/linux/12074.html

Windows 8.0上Eclipse 4.4.0配置CentOS 6.5上的Hadoop2.2.0开发:http://www.linuxdiyf.com/linux/10359.html

建立Ubuntu下基于Eclipse的Android开发环境:http://www.linuxdiyf.com/linux/11190.html

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