How To Install Eclipse Kepler On Linux Mint 13 Maya

Setelah ane menggunakan step ini, jadi punya anggapan kenapa koq jadi gampang gini ya install aplikasi di Linux :)

Semuanya tinggal ditempatkan didalam suatu folder sebagai tempat install, dan arah kan Launcer ke folder tersebut. Thats it,..


Step 1 » Install java JDK or JRE
sudo apt-get install openjdk-7-jdk
 
Step 2 » Download latest copy from here http://www.eclipse.org/downloads/?osType=linux

Step 3 » Move the downloaded package to /opt directory
sudo mv eclipse-SDK-4.2.2-linux-gtk.tar.gz /opt

Step 4 » Extract the package
sudo tar -xvf /opt/eclipse-SDK-4.2.2-linux-gtk.tar.gz

Step 5 » Create a new desktop file eclipse.desktop in /usr/share/applications/ and add the below lines .
[Desktop Entry]
Name=Eclipse 
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.desktop

Step 6 » Simply drag this eclipse.desktop file to the launcher.
Check this link : install eclipse in ubuntu 12.04 ini sama dengan untuk Linux Mint 13 (Maya)

Share this

Related Posts

Previous
Next Post »