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