Eclipse: Difference between revisions
Appearance
mNo edit summary |
m →Links |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Eclipse is an integrated development environment that is an updated version of [[VisualAge for Java]], it comes with [[Java]] development support as standard but can be extended to support any programming language via plug-ins. There is currently no native OS/2 version but older versions of Eclipse for [[MS Windows]] can be made to work. | Eclipse is an integrated development environment that is an updated version of [[VisualAge for Java]], it comes with [[Java]] development support as standard but can be extended to support any programming language via plug-ins. There is currently no native OS/2 version but older versions of Eclipse for [[MS Windows]] can be made to work. | ||
The Eclipse SDK includes the Eclipse Platform, Java development tools (JDT), and Plug-in Development Environment (PDE), including source and both user and programmer documentation. | |||
==Version== | ==Version== | ||
* | *Nov 2001: 1.0 | ||
*Jun 2002: 2.0 | |||
*Mar 2003: 2.1 | |||
*Jun 2004: 3.0 - ''JRE 1.4.1'' | |||
*Jun 2005: 3.1 | |||
*Jun 2006: 3.2 | |||
** 3.2.2 (Feb 2007) with Eclipse enabler 1.1.0 | |||
*Sep 2018: 4.9 | |||
*Dec 2018: 4.10 | |||
==License== | ==License== | ||
*[[Eclipse Public Licence]] | |||
*Author: Eclipse Foundation | |||
Eclipse | |||
==Publications== | ==Publications== | ||
*J. des Rivières; J. Wiegand: ''Eclipse: A platform for integrating development tools'' - IBM Systems Journal Vol 43 No 2 (Apr 2004) | |||
*Steve Holzner: ''Eclipse'' - O'Reilly 2004, ISBN 0-596-00641-1 | *Steve Holzner: ''Eclipse'' - O'Reilly 2004, ISBN 0-596-00641-1 | ||
==Links== | ==Links== | ||
* Eclipse Enabler: [http://www.juergen-ulbts.de/content/download/project/ports/EclipseEnabler_v110_2007-10-03.zip] | * Eclipse Enabler: [http://www.juergen-ulbts.de/content/download/project/ports/EclipseEnabler_v110_2007-10-03.zip] | ||
* | * https://eclipse.org/ | ||
* [https://developer.ibm.com/javasdk/downloads/eclipse/ IBM Development Package for Eclipse] | |||
[[Category: | [[Category:Java development environment]] |
Latest revision as of 18:03, 13 November 2019
Eclipse is an integrated development environment that is an updated version of VisualAge for Java, it comes with Java development support as standard but can be extended to support any programming language via plug-ins. There is currently no native OS/2 version but older versions of Eclipse for MS Windows can be made to work.
The Eclipse SDK includes the Eclipse Platform, Java development tools (JDT), and Plug-in Development Environment (PDE), including source and both user and programmer documentation.
Version
- Nov 2001: 1.0
- Jun 2002: 2.0
- Mar 2003: 2.1
- Jun 2004: 3.0 - JRE 1.4.1
- Jun 2005: 3.1
- Jun 2006: 3.2
- 3.2.2 (Feb 2007) with Eclipse enabler 1.1.0
- Sep 2018: 4.9
- Dec 2018: 4.10
License
- Eclipse Public Licence
- Author: Eclipse Foundation
Publications
- J. des Rivières; J. Wiegand: Eclipse: A platform for integrating development tools - IBM Systems Journal Vol 43 No 2 (Apr 2004)
- Steve Holzner: Eclipse - O'Reilly 2004, ISBN 0-596-00641-1
Links
- Eclipse Enabler: [1]
- https://eclipse.org/
- IBM Development Package for Eclipse