2008/09/29

[ LOS ] Ubuntu Install Eclipse

在 Ubuntu 中如何安裝 eclipse ? 直接到 eclipse 官網下載區下載 Java EE 版本的 IDE 我 download 的版本為 : eclipse-jee-ganymede-SR1-linux-gtk.tar.gz

首先確認已經安裝及配置好 Sun Java 的環境

$ cd ~ # 將下載檔案放到 Home 中所以切換到 User Home 的目錄中
$ tar -xzvf eclipse-jee-ganymede-SR1-linux-gtk.tar.gz # 解壓縮檔案
$ vi ~/.local/share/applications/eclipse.desktop # 編輯啟動 icon

[Desktop Entry]
Categories=Development;
Exec=/home/User/eclipse/eclipse
Icon=/home/User/eclipse/plugins/org.eclipse.platform_3.3.101.v200809111700/eclipse48.png
Name=Eclipse
Name[zh_TW]=Eclipse
StartupNotify=true
Terminal=false
Type=Application

PS: User 記得改成你自己的帳號

0 意見: