Install eclipse under Ubuntu

Source: Internet
Author: User

Ultra-simple Ubuntu under installation Eclipse method Source: Linux Community Xyw_eliot

1, first of all to ensure that the installation of the JDK under Ubuntu, installation method see: Ubuntu 12.04 Installation and configuration Java JDK see http://www.linuxidc.com/Linux/2012-10/71937.htm

2. Download Eclipse here

3. Unzip the eclipse into the directory you want to install, then copy the JRE file from the JDK installation directory to the Eclipse installation directory, then double-click the Eclipse Run icon and Eclipse is up.

How to create an Eclipse launcher on the desktop

1, sudo apt-get install--no-install-recommends Gnome-panel

2. After completion, run: Gnome-desktop-item-edit ~/--create-new

Or use the following methods:

$ sudo su
# Vim/usr/share/applications/eclipse.desktop
Write the following content
[Desktop Entry]
Name=eclipse
Comment=eclipse SDK
Encoding=utf-8
Exec=/usr/local/eclipse/eclipse
icon=/usr/local/eclipse/icon.xpm
Terminal=false
Type=application
Categories=application;development;

You can see the Eclipse icon under application-programming when you're done.

Attention:

Exec=/usr/local/eclipse/eclipse
icon=/usr/local/eclipse/icon.xpm

The Eclipse executable files and icons are located in the directory, according to their actual situation modified.

Install eclipse under Ubuntu

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.