Eclipse IDE

vickyrare

vickyrare
Apr 21, 2009
103
0
21
Karachi
Eclipse IDE:

Eclipse is a multi-language software development platform comprising an IDE and a plug-in system to extend it. It is written primarily in Java and is used to develop applications in this language and, by means of the various plug-ins, in other languages as well—C/C++, Cobol, Python, Perl, PHP and more.

Eclipse is the best available IDE to date, it offers all what you expect from a modern IDE.

What is an IDE:

IDE stands for Integrated Development Environment. It provides the programmer one window interface where programmer can create, debug and run their programs. Nearly all of programming languages these days have some kind of IDE associated with them. IDE makes it easier for programmer to write applications.

An integrated development environment (IDE) also known as integrated design environment or integrated debugging environment is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a:

source code editor, compiler and/or interpreter, build automation tools, and debugger (usually).

If you are primarily programming in Java then Eclipse will be your number one choice. Eclipse offers editing, compiling and debugging of Java code. It natively supports Java, actually the Eclipse IDE is itself written in Java programming language.

Eclipse is based on Eclipse Software foundation which is an open source community which means the Eclipse IDE is open source, you can download the source code and compile it yourself. Being open source means that Eclipse is look after by thousands of open source contributors from all over the world.

Eclipse employs a plug-in based architecture, so every bit of functionality you see is potentially a plug-in. You can download a number of plug-ins for Eclipse ranging from CVS, SVN, C++, PHP and more other utilities and languages. So if I want Eclipse to support Python programming language then all I have to to do is install the Python language plug-in.

Its really hard to sum up the functionality of Eclipse in a short tutorial. The intent of this tutorial is to motivate people to use Eclipse IDE for programming in any language.

Learn more from the following links.

http://en.wikipedia.org/wiki/Eclipse_(software)
http://eclipsetutorial.forge.os4os.org/in2.htm

Download Eclipse IDE from following link
http://www.eclipse.org/

How to install Eclipse
http://www.cs.umanitoba.ca/~eclipse/1-Install.pdf

Creating a Java Project
http://www.nceas.ucsb.edu/scicomp/EclipseP...JavaProject.pdf

Very nice introductory level Eclipse tutorial
http://people.cs.uchicago.edu/~kaharris/10...orials/eclipse/

Eclipse IDE itself comes with a hefty amount of documentation.
 
Last edited:
General chit-chat
Help Users
We have disabled traderscore and are working on a fix. There was a bug with the plugin | Click for Discord
  • No one is chatting at the moment.
    NaNoW NaNoW: ....