How to install eclipse in linux

Source: Internet
Author: User
The Installation Method of eclipse in linux-general Linux technology-Linux programming and kernel information. The following is a detailed description. [1] jdk: java_ee_sdk-5_01-linux.bin
[2] eclipse: eclipse-SDK-3.2.1-linux-gtk.tar
[3] install jdk: Double-click it. Note: Path:/usr/java/jdk1.5
[4] configure environment variables:
Add:
Export JAVA_HOME =/usr/java/j2sdk1.4.2 _ 04
Export PATH = $ JAVA_HOME/bin: $ PATH
CLASSPATH =.:/usr/java/j2sdk1.4.2 _ 04/lib/tools. jar: $ CLASSPATH
Export CLASSPATH
It is best to use gedit to edit
[4] install eclipse:
# Tar-zxvf eclipse-SDK-3.1.1-linux-gtk.tar.gz decompress the generated file eclipse
[5] copy the jre file under the jdk installation directory to eclipse.
[6] create shortcuts on the desktop:
Right-click the desktop and select "add startup" in the pop-up menu? E. Enter Eclipse3.1 and usr/local/bin/eclipse in "name. sh, and then find a favorite icon for it (I use/opt/eclipse/icon. xpm). Then, press "OK". The eclipse shortcut is displayed on the desktop. You can double-click this icon to start Eclipse.
After Eclipse is installed, java Development Environment (JDT) has been built in to develop Java programs directly.
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.