CENTOS7 Create Eclipse launch

Source: Internet
Author: User

Eclipse is an integrated development environment (IDE) that includes a base workspace and an extensible plug-in system for customizing the environment. Most are written in Java, and Eclipse can be used to develop applications. Through various plugins, Eclipse can also be used in other programming languages to develop applications: Ada, ABAP, C, C + +, COBOL, Fortran, Haskell, JavaScript, Lasso, Natural, Perl, PHP, Prolog, Python, Ruby, Scala, Clojure, Groovy, Scheme, and Erlang. It can also be used to develop Mathematica packages. The development environment includes the Eclipse Java Development tool (JDT) that supports Java with scala,eclipse CDT C + + and Eclipse PDT PHP, and so on.

Installation

--First install JAVA

Yum Install Java

--Check to see if Java is installed

Java-version
Java version "1.7.0_51" OpenJDK Runtime Environment (rhel-2.4.5.5.el7-x86_64 u51-b31) OpenJDK 64-bit Server VM (Build 24.51 -B03, Mixed mode)

3– Download Eclipse LUNA final version

Unzip to the /opt directory;

TAR-ZXVF eclipse-java-luna-sr1-linux-gtk-x86_64.tar.gz-c/opt

4 – Make the Symbolic link directory

Ln-s/opt/eclipse/eclipse/usr/bin/eclipse

5– Create a Gnome boot

Vi/usr/share/applications/eclipse.desktop

Add the following code:

[Desktop Entry] Encoding=utf-8name=eclipse 4.4.1comment=eclipse Lunaexec=/usr/bin/eclipse
Icon=/opt/eclipse/icon.xpmcategories=application;development; Java;ideversion=1.0type=applicationterminal=0

CENTOS7 Create Eclipse launch

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.