|
Eclipse is an integrated development environment (IDE), comprising a base and customize the workspace environment scalable plug-in system. Most written in Java, Eclipse can be used to develop applications. Through a variety of plug-ins, Eclipse can also be used for other programming language 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 the Mathematica software package. Development environments including Eclipse Java Development Tools (JDT) to support Java and Scala, Eclipse CDT C / C + + and Eclipse PDT PHP, and so on.
Installation
1-- first install JAVA
yum install java
2 - Check whether you have installed java
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 the final version of Eclipse LUNA
Extract to the / opt directory;
tar -zxvf eclipse-java-luna-SR1-linux-gtk-x86_64.tar.gz -C / opt
4 - make symbolic links catalog
ln -s / opt / eclipse / eclipse / usr / bin / eclipse
5 - Create a Gnome start
vi /usr/share/applications/eclipse.desktop
Add the following code:
[Desktop Entry]
Encoding = UTF-8
Name = Eclipse 4.4.1
Comment = Eclipse Luna
Exec = / usr / bin / eclipse
Icon = / opt / eclipse / icon.xpm
Categories = Application; Development; Java; IDE
Version = 1.0
Type = Application
Terminal = 0
6 - Check whether the app has been added
7-- run Eclipse
Download plug-ins and extensions Help> from the market |
|
|
|