1.安装eclipse首先要安装好JDK,选好eclipse的版本很重要,32位要对应32位的,64位要对应64位的建议从官网下载http://www.eclipse.org/downloads/ JDK版本不是挺新的要选择一些旧的版本
2.安装eclipse 我的版本是eclipse-jee-indigo-SR1-linux-gtk-x86_64.tar.gz
(1)将eclipse 上传到opt文件下(我从网上查看了许多教程都是安装到这里)
(2)解压:在root 用户解压 tar –xzvf eclipse-jee-indigo-SR1-linux-gtk-x86_64.tar.gz
(3)完成后会出现一个eclipse 文件夹。用鼠标打开这个文件下的eclipse 就可以启动eclipsse
3.创建桌面的快捷方式
(1)点击creat launcher
(2)在command 中选择好路径 选择好图标
(3)建立完成
(4)启动成功
(5)如果遇到启动没有反应
bash: ./eclipse: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
是版本不对。