Install the latest Eclipse IDE in Ubuntu 14.04, 13.10

Source: Internet
Author: User

Install the latest Eclipse IDE in Ubuntu 14.04, 13.10

Install the latest Eclipse IDE in Ubuntu 14.04, 13.10

Eclipse Kepler 4.3.2 SR2 is the latest version of Eclipse. It includes the applications you need to build based on Eclipse technology, including the integrated development environment IDE, And the RCP client application using the Eclipse client platform. Eclipse Java development tools provide a superior Java Plug-in development environment, Git team vendors, and more.

Step 1: install Java (JRE/JDK)

Install Java 7 or later first.

$ Sudo apt-get install openjdk-7-jre

Or

$ Sudo apt-get install openjdk-7-jdk

Step 2: Download Eclipse Kepler IDE

-Next, download the latest Eclipse IDE (32-bit or 64-bit) package. It all depends on what different packages you want.

Click Save File
 
Run the command from the terminal to download the package/select the Directory

Step 3: extract the package

Run the following command. Make sure that the file name is correct.

$ Cd/opt/
$ Sudo tar-xvf eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.gz
Step 4: Create a new desktop file

-Create a new desktop file 'eclipse. desktop 'in/usr/share/applications/

$ Sudo gedit/usr/share/applications/eclipse. desktop
Then add the following lines to the file and save it.

[Define topentry]
Name = Eclipse
Type = Application
Exec =/opt/eclipse
Terminal = false
Icon =/opt/eclipse/icon. xpm
Comment = IntegratedDevelopmentEnvironment
NoDisplay = false
Categories = Development; IDE;
Name [en] = eclipse. desktop

According to Cheour, I used gedit to change the environment variable.

Exec =/opt/eclipse

To

Exec = env UBUNTU_MENUPROXY =/opt/eclipse

Environment Variable

Step 5: additional tasks

-Run the following command to automatically install
Sudo desktop-file-install/usr/share/applications/eclipse. desktop

-Create a link in/usr/local/bin

Cd/usr/local/bin/

Sudo ln-s/opt/eclipse
 
-Run the following command to display the Eclipse icon on the gauge.
Sudo cp/opt/eclipse/icon. xpm/usr/share/pixmaps/eclipse. xpm

-- Start Eclipse

Install Java 8 and Eclipse 14.04 on Ubuntu 4.4 LTS

Hadoop Eclipse plug-in compilation and installation 1.2.0

Compile Hadoop plug-in Eclipse

Hadoop 1.2.1 compile Eclipse plug-in

Install JDK and Eclipse for C/C ++ in Ubuntu 13.10 (solving global menu problems)

How to install the latest Eclipse version in Ubuntu 14.04

This article permanently updates the link address:

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.