Install latest Eclipse IDE in Ubuntu 14.04, 13.10

Source: Internet
Author: User

Eclipse Kepler 4.3.2 SR2Is the most recent release from the Eclipse top-level project. It contains need to build applications based on ECLIPSE technology, including integrated development environments IDE, and rich client applications using the Eclipse rich client Platform RCP. The Eclipse Kepler provides superior Java editing with Java Development Tools, plug-in development environment, Git Team p Rovider, and much more.

step 1:install Java (JRE/JDK)

-First install Java 7 and above if not installed

$ sudo apt-get install Openjdk-7-jre

Or

$ sudo apt-get install OPENJDK-7-JDK

step 2:download Eclipse kepler ide

-Next button below to download the latest Eclipse IDE (32bit or 64bit) of the package. There is different packages depending on the what package you want.

eclipse Kepler IDE Download

-Click Save File

-From terminal, Run command to move downloaded package to/opt directory

$ sudo mv downloads/eclipse-*/opt/

step 3:extract Package

-Run the following commands. Ensure the file-name is correct on your version

$ cd/opt/$ sudo tar-xvf eclipse-standard-kepler-sr2-linux-gtk-x86_64.tar.gz

step 4:create new Desktop File

-Create A new desktop file called ' Eclipse.desktop ' in/usr/share/applications/

$ sudo gedit/usr/share/applications/eclipse.desktop

-then add the following lines to the above file and save

[Desktop Entry] Name=eclipse type=applicationexec=/opt/eclipse/eclipseterminal=falseicon=/opt/eclipse/icon.xpmcomment= Integrated Development environmentnodisplay=falsecategories=development;ide; Name[en]=eclipse.desktop

according to Cheour, I changed the exec line in the Gedit file from

Exec=/opt/Eclipse/Eclipse

To

Exec=env ubuntu_menuproxy=/opt/eclipse/eclipse

And it worked right

step 5: additional Tasks

-Run The following command to automatically install it in Unity

sudo desktop-file-install/usr/share/applications/eclipse.desktop

-Create a symlink in/usr/local/bin

Cd/usr/local/bin/sudo ln-s/opt/eclipse/eclipse

-For Eclipse icon to being displayed in dash, run following command

sudo cp/opt/eclipse/icon.xpm/usr/share/pixmaps/eclipse.xpm

-Launch Eclipse



Original: Install latest Eclipse IDE in Ubuntu 14.04, 13.10

Install latest Eclipse IDE in Ubuntu 14.04, 13.10

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.