Ubuntu 15下安装Eclipse经验分享
一、下载软件
eclipse官网:
上面是windwos版本的,因为我是在本地电脑操作的,如果用ubuntu浏览器进入的话就会默认显示linux版本。如果想下以前的老版本的话右边有相应的版本可下载
或者上这下: http://archive.eclipse.org/eclipse/downloads/
这下的是neon版本,大概有220m多
下载之后
二、安装
解包到指定目录
解压之后大概有这么些文件
三、运行eclipse
1.为eclipse创建配置文件
在超级终端执行:
cd /usr/share/applications sudo touch eclipse.desktop //xx.desktop这里的xx可以是任意合法的名称,但是文件名后缀必须是.desktop
2.进行配置
在超级终端执行:
sudo gedit eclipse.desktop
然后在文件里面输入下面的内容:
[desktop entry] type=application name=eclipse comment=eclipse integrated development environment icon=/home/fendo/下载/eclipse/icon.xpm exec=/home/fendo/下载/eclipse/eclipse terminal=false categories=development;ide;java;
其中/home/fendo/下载/eclipse/是eclipse的安装路径。保存,关闭文件。然后
3.点击ubuntu左上角的圆形图标(dash主页),输入刚刚为eclipse起的名称
点击执行,报错:
a java runtime environment(jre) or java development ket(jdk) must be available in order to run eclipse no java virtual machine was found after searching the following locations
解决方法:
sudo mkdir jre cd jre sudo ln -s 你的jdk目录/bin
再点击eclipse,eclipse被打开
同时eclipse的图标也出现在了桌面左侧的启动栏上。鼠标右键单击eclipse图标,在弹出的菜单里面选择“锁定到启动器”,这样就可以锁定了。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
上一篇: 数据结构和算法(二)算法排序——选择
推荐阅读
-
Ubuntu 15下安装Eclipse经验分享
-
Ubuntu快速安装eclipse
-
Ubuntu快速安装eclipse
-
分享ubuntu 64 server 干净环境安装php5.3.10+mysql5.5.20+apache2.2.22(完)解决思路
-
Debian下MySQL安装经验分享
-
ubuntu10.04 安装 Eclipse 调试 ns-2.34
-
腾讯云ubuntu下安装php5 apache2 mysql的命令分享
-
Ubuntu、Linux Mint一键安装Chrome浏览器的Shell脚本分享
-
eclipse 安装Aptant 插件的成功经验分享
-
eclipse 安装Aptant 插件的成功经验分享