Eclipse: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added link to the eclipse site)
(I guess they are plugins)
Line 1: Line 1:
{{IDE}}'''Eclipse''' is an [[open-source]] [[:Category:Integrated Development Environments|IDE]] written mostly in [[Java]]. The project originated at [[IBM]] and was turned over to the Eclipse Foundation in 2003. Without plugins, it is used for developing Java, and includes a package manager, CVS functionality, a debugger, and an editor with syntax highlighting. Plugins have been made for a variety of other [[:Category:Programming Languages|programming languages]] including [[Ruby]] and [[C++]].
{{IDE}}'''Eclipse''' is an [[open-source]] [[:Category:Integrated Development Environments|IDE]] written mostly in [[Java]]. The project originated at [[IBM]] and was turned over to the Eclipse Foundation in 2003. It is promarily used for developing Java. A package manager, CVS functionality, a debugger, and an editor are available with plugins. Plugins have been made for a variety of other [[:Category:Programming Languages|programming languages]] as well, including [[Ruby]] and [[C++]].





Revision as of 21:39, 30 January 2008

Eclipse is an example of an Integrated Development Environment, a class of software which typically combines enhanced editing and debugging features.

Eclipse is an open-source IDE written mostly in Java. The project originated at IBM and was turned over to the Eclipse Foundation in 2003. It is promarily used for developing Java. A package manager, CVS functionality, a debugger, and an editor are available with plugins. Plugins have been made for a variety of other programming languages as well, including Ruby and C++.


See the Eclipse Foundation website: http://www.eclipse.org