首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

[札记]Ubuntu 12.04 安装eclipse

2012-09-14 
[笔记]Ubuntu 12.04 安装eclipse首先安装JDK。1. 从官方网站上去下载eclipse linux版本。个人下载的是eclips

[笔记]Ubuntu 12.04 安装eclipse
首先安装JDK。

1. 从官方网站上去下载eclipse linux版本。
个人下载的是eclipse-jee-indigo-SR2-linux-gtk.tar.gz。

2. 解压eclipse
$sudo tar xvfz eclipse-jee-galileo-SR2-linux-gtk.tar.gz  -C /opt
解压到/opt/eclipe/目录下

3. 在应用程序中创建启动图标:
终端代码
sudo gedit /usr/share/applications/eclipse.desktop
然后在弹出的文件中输入:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=eclipse
Exec=/opt/eclipse/eclipse
Terminal=false
StartupNotify=true
Icon=/opt/eclipse/icon.xpm
Type=Application
Categories=Development

热点排行