(turn) How to install eclipse in Ubuntu 12.04

Source: Internet
Author: User
Tags gtk

Source Address: Http://www.krizna.com/ubuntu/install-eclipse-in-ubuntu-12-04/Eclipse installation in Ubuntu 12.04 are very simple. You can install the eclipse using "Software Center" and you may not get the latest version, better download the latest version and install manually. Here we can see how to install the eclipse in Ubuntu manually.

Installing Eclipse in Ubuntu 12.04

Step 1» Before installing eclipse need to install Java, you can either install JRE or JDK.
[email protected]:~$ sudo apt-get install openjdk-7-jre
[or]
If you is going to use eclipse for Java development and then you can install JDK
[email protected]:~$ sudo apt-get install openjdk-7-jdk


Step 2» Download the latest eclipse package from Herehttp://www.eclipse.org/downloads/?ostype=linux


Step 3» Move the package to the/opt directory
[email protected]:~$ sudo mv eclipse-SDK-4.2.2-linux-gtk.tar.gz /opt/


Step 4» Unzip the package by typing the below command
[email protected]:~$ cd /opt
[email protected] /opt:~$ sudo tar -xvf 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.

12345678910 [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» Now goto/usr/share/applications and find eclipse.desktop file for launching Eclipse, can drag this file to the Launc Her.

Good luck

(turn) How to install eclipse in Ubuntu 12.04

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.