Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Eclipse (software)

From Wikipedia, the free encyclopedia
(Redirected fromMylyn)
Software development environment
This article is about the Eclipse IDE. For other software called "Eclipse", seeEclipse (disambiguation) § Computing.

Eclipse
Welcome screen of Eclipse 4.12
Original author(s)IBM
Developer(s)Eclipse Foundation
Initial release1.0 / 29 November 2001; 23 years ago (2001-11-29)[1]
Stable release
4.35.0[2] Edit this on Wikidata / 12 March 2025 (5 days ago)
Repositoryhttps://github.com/eclipse-platform/eclipse.platform
Written inJava,C[3]
Operating systemLinux,macOS,Windows
PlatformJava SE,Standard Widget Toolkit,x86-64,AArch64
Available in44 languages
List of languages
Albanian, Arabic, Basque, Bulgarian, Catalan, Chinese (simplified, traditional), Czech, Danish, Dutch, English (Australia, Canada), Estonian, Finnish, French, German, Greek, Hebrew, Hindi, Hungarian, Indonesian, Italian, Japanese, Klingon, Korean, Kurdish, Lithuanian, Malayalam, Mongolian, Myanmar, Nepali, Norwegian, Persian, Polish, Portuguese (Portugal, Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Vietnamese[4]
TypeProgramming tool,integrated development environment (IDE)
LicenseEclipse Public License
Websiteeclipseide.org Edit this on Wikidata

Eclipse is anintegrated development environment (IDE) used incomputer programming.[5] It contains a baseworkspace and an extensibleplug-in system for customizing the environment. It had been the most popular IDE forJava development until 2016, when it was surpassed byIntelliJ IDEA.[6] Eclipse is written mostly in Java and its primary use is for developing Java applications,[7] but it may also be used to develop applications in otherprogramming languages via plug-ins, includingAda,ABAP,C,C++,C#,Clojure,COBOL,D,Erlang,Fortran,Groovy,Haskell,HLASM,[a]JavaScript,Julia,[9]Lasso,Lua,NATURAL,Perl,PHP,PL/I,[a]Prolog,Python,R,Rexx,[a]Ruby (includingRuby on Rails framework),Rust,Scala, andScheme. It can also be used to develop documents withLaTeX (via a TeXlipse plug-in) and packages for the softwareMathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++, and Eclipse PDT for PHP, among others.[10]

The initialcodebase originated fromIBM VisualAge.[11] The Eclipsesoftware development kit (SDK), which includes the Java development tools, is meant for Java developers. Users can extend its abilities by installing plug-ins written for the Eclipse Platform, such as development toolkits for other programming languages, and can write and contribute their own plug-ins. Since Eclipse 3.0 (released in 2004), plug-ins are installed and managed as "bundles" usingEquinox, an implementation ofOSGi.[12]

The Eclipse SDK isfree and open-source software, released under the terms of theEclipse Public License, although it is incompatible with theGNU General Public License.[13] It was one of the first IDEs to run underGNU Classpath and it runs without problems underIcedTea.

History

[edit]

Eclipse was inspired by theSmalltalk-basedVisualAge family ofintegrated development environment (IDE) products.[11] Although fairly successful, a major drawback of the VisualAge products was that developed code was not in acomponent-based software engineering model. Instead, all code for a project was held in a compressed database usingSCID techniques (somewhat like a zip file but in .dat). Individual classes could not be easily accessed, certainly not outside the tool. A team primarily at the IBM Cary, North Carolina, lab developed the new product as a Java-based replacement.[14][failed verification]In November 2001, a consortium was formed with a board of stewards to further the development of Eclipse asopen-source software. It is estimated that IBM had already invested nearly $40 million by that time.[15] The original members wereBorland,IBM,Merant,QNX Software Systems,Rational Software,Red Hat,SuSE,TogetherSoft, and WebGain.[16] The number of stewards increased to over 80 by the end of 2003. In January 2004, theEclipse Foundation was created.[17]

Eclipse 3.0 (released on 21 June 2004) selected theOSGi Service Platform specifications as the runtime architecture.[18]

TheAssociation for Computing Machinery recognized Eclipse with the 2011ACM Software System Award on 26 April 2012.[19]

Licensing

[edit]

TheEclipse Public License (EPL) is the fundamental license under which Eclipse projects are released.[20] Some projects require dual licensing, for which the Eclipse Distribution License (EDL) is available, although use of this license must be applied for and is considered on a case-by-case basis.

Eclipse was originally released under theCommon Public License, but was later re-licensed under the Eclipse Public License. TheFree Software Foundation has said that both licenses arefree software licenses, but are incompatible with theGNU General Public License (GPL).[21]

Name

[edit]

According to Lee Nackman,Chief Technology Officer of IBM'sRational division (originating in 2003) at that time, the name "Eclipse" (dating from at least 2001) was not a wordplay onSun Microsystems, as the product's primary competition at the time of naming wasMicrosoft Visual Studio, whichEclipse was to eclipse.[22]

Different versions of Eclipse have been given different science-related names. The versions named afterCallisto,Europa, andGanymede, which are moons ofJupiter, were followed by a version named afterGalileo, thediscoverer of those moons. These were followed by two sun-themed names,Helios of Greek mythology, andIndigo, one of the seven colors of a rainbow (which is produced by the sun). The version after that, Juno, has a triple meaning: aRoman mythological figure, anasteroid, and aspacecraft to Jupiter.[23]Kepler,Luna, andMars continued the astronomy theme, and thenNeon andOxygen constituted a theme ofchemical elements.Photon represented a return to sun-themed names.

As of 2018[update], the alphabetic scheme was abandoned in order to better align with the new Simultaneous Release strategy.[24] Releases are named in the format YYYY-MM to reflect the quarterly releases, starting with version 4.9 named 2018-09.[25]

Releases

[edit]

Since 2006, the Foundation has coordinated an annualSimultaneous Release.[26] Each release includes the Eclipse Platform and several other Eclipse projects.

From 2008 through 2018, each Simultaneous Release had occurred on the 4th Wednesday of June. In 2018 the project switched to quarterly (13 week)YYYY-MM releases without intermediate service releases.[27]

Version nameDatePlatform versionProjectsMain changes
N/A29 November 2001[1]Old version, not maintained: 1.0A 1.3 level Java runtime or Java development kit must be installed on the machine in order to run this version of Eclipse.[28]
N/A18 September 2002[29]Old version, not maintained: 2.0
N/A15 April 2003[30]Old version, not maintained: 2.1A 1.4 level Java runtime or Java development kit (JDK) can also be used to run Eclipse. It is still possible to use a 1.3 level Java runtime or Java development kit (JDK).[31]
N/A21 June 2004[32]Old version, not maintained: 3.0A 1.4.1 level Java runtime or Java development kit must be installed on the machine in order to run this version of Eclipse.[33]
N/A28 June 2005Old version, not maintained: 3.1AddedJava 5 support: generics, annotations, boxing-unboxing, enums, enhanced for loop, varargs, static imports[34]
Callisto26 June 2006[35]Old version, not maintained: 3.2Callisto projects[36]
Europa27 June 2007[35]Old version, not maintained: 3.3Europa projects[26]
Ganymede25 June 2008[35]Old version, not maintained: 3.4Ganymede projects[37]
Galileo24 June 2009[35]Old version, not maintained: 3.5Galileo projects[38]
Helios23 June 2010[35]Old version, not maintained: 3.6Helios projects[39]
Indigo22 June 2011[35]Old version, not maintained: 3.7Indigo projects[40]AddedJava 7 support (3.7.1 sr1): Improved Type Inference for Generic Instance Creation (Diamond), Multi-catch, try-with-resources statement, Simplified Varargs Method Invocation, Strings in switch, Binary Literals and Underscores in Numeric Literals, Polymorphic Methods[41]
Juno27 June 2012[35]Old version, not maintained: 3.8 and 4.2[42]

[Notes 1]

Juno projects[45]
Kepler26 June 2013[35]Old version, not maintained: 4.3Kepler projects[46]A Java 6 JRE/JDK is recommended to run this version.[47]
Luna25 June 2014[35]Old version, not maintained: 4.4Luna projects[48]IntegratedJava 8 support;[49] in the prior version, this was possible via aJava 8 patch plug-in.

A Java 7 JRE/JDK is required to run most of the packages based on this version.[47]

Mars24 June 2015[35]Old version, not maintained: 4.5Mars projects[50]A Java 7 JRE/JDK is required to run all packages based on this version.[47]
Neon22 June 2016[35]Old version, not maintained: 4.6Neon projects[51]A Java 8 JRE/JDK is required to run all packages based on this version.[47]
Oxygen28 June 2017[35]Old version, not maintained: 4.7Oxygen projects[52]Oxygen.1a introduced Java 9 and Junit 5 support and Oxygen.3a introduced Java 10 support.[53]

Dropped support for the following Unix based platforms: AIX, Solaris, HP-UX and s390.[54]From this version on, a Java 8 or newer JRE/JDK is required to run Eclipse.[47]

Photon27 June 2018[35]Old version, not maintained: 4.8Photon projects[55]Dropped support for 32bit Windows and Linux.
2018-0919 September 2018[35]Old version, not maintained: 4.92018-09 projects[56]
2018-1219 December 2018[35]Old version, not maintained: 4.102018-12 projects[57]Added support for Java 11.[58]
2019-0320 March 2019[35]Old version, not maintained: 4.112019-03 projects[59]
2019-0619 June 2019[35]Old version, not maintained: 4.122019-06 projects[60]
2019-0918 September 2019[35]Old version, not maintained: 4.132019-09 projects[61]
2019-1218 December 2019[35]Old version, not maintained: 4.142019-12 projects[62]
2020-0318 March 2020[35]Old version, not maintained: 4.152020-03 projects[63]Update support for Web Development languages, relying on Language Server Protocol
2020-0617 June 2020[35]Old version, not maintained: 4.162020-06 projects[64]
2020-0916 September 2020[35]Old version, not maintained: 4.172020-09 projects[65]From this version on, a Java 11 or newer JRE/JDK is required to run Eclipse.[47]
2020-1216 December 2020[35]Old version, not maintained: 4.182020-12 projects[66]A JDK is embedded into most packages, so a Java installation is not a prerequisite anymore.
2021-0317 March 2021[35]Old version, not maintained: 4.192021-03 projects[67]
2021-0616 June 2021[35]Old version, not maintained: 4.202021-06 projects[68]
2021-0915 September 2021[35]Old version, not maintained: 4.212021-09 projects[69]
2021-128 December 2021[35]Old version, not maintained: 4.222021-12 projects[70]
2022-0316 March 2022[35]Old version, not maintained: 4.232022-03 projects[71]
2022-0615 June 2022[35]Old version, not maintained: 4.242022-06 projects[72]
2022-0914 September 2022[35]Old version, not maintained: 4.252022-09 projects[73]From this version on, a Java 17 or newer JRE/JDK is required to run Eclipse.[47]
2022-127 December 2022[35]Old version, not maintained: 4.262022-12 projects[74]
2023-0315 March 2023[35]Old version, not maintained: 4.272023-03 projects[75]
2023-0614 June 2023[35]Old version, not maintained: 4.282023-06 projects[76]
2023-0913 September 2023[35]Old version, not maintained: 4.292023-09 projects[77]
2023-126 December 2023[35]Old version, not maintained: 4.302023-12 projects[78]
2024-0313 March 2024[35]Old version, not maintained: 4.312024-03 projects[79]
2024-0612 June 2024[35]Old version, not maintained: 4.322024-06 projects[80]
2024-0911 September 2024[35]Old version, not maintained: 4.332024-09 projects[81]
2024-124 December 2024[35]Old version, not maintained: 4.342024-12 projects[82]
2025-0312 March 2025[35]Latest version:4.352025-03 projects[83]
2025-0611 June 2025[35]Future version: 4.362025-06 projects[84]

Legend:
Old version, not maintained
Old version, still maintained
Latest version
Latest preview version
Future version
  1. ^There is a 3.8 release of Eclipse Juno; it is not promoted on the main downloads page, but a packaged distribution is available for download.[43] Eclipse 3.8 provides bugfixes for Indigo & adds Java 7 support, and its maintenance was dual streamed with 4.2.[44] Features and plug-ins equivalent to a packaged distribution may be added from within the IDE.

Architecture

[edit]

Eclipse uses plug-ins to provide all the functionality within and on top of the run-time system. Its run-time system is based onEquinox, an implementation of theOSGi core framework specification.[85]

In addition to allowing the Eclipse Platform to be extended using otherprogramming languages, such asC andPython, the plug-in framework allows the Eclipse Platform to work with typesetting languages likeLaTeX[86] and networking applications such astelnet anddatabase management systems. The plug-in architecture supports writing any desired extension to the environment, such as forconfiguration management. Java andCVS support is provided in the EclipseSDK, with support for otherversion control systems provided by third-partyplug-ins.

With the exception of a small run-time kernel, everything in Eclipse is a plug-in. Thus, every plug-in developed integrates with Eclipse in the same way as other plug-ins; in this respect, all features are "created equal".[87] Eclipse provides plug-ins for a wide variety of features, some of which are from third parties using both free and commercial models. Examples of plug-ins include forUnified Modeling Language (UML), for Sequence and other UML diagrams, a plug-in for DB Explorer, and many more.

The Eclipse SDK includes the Eclipse Java development tools (JDT), offering an IDE with a built-in Javaincremental compiler and a full model of the Java source files. This allows for advancedrefactoring techniques and code analysis. The IDE also makes use of aworkspace, in this case a set ofmetadata over a flat filespace allowing external file modifications as long as the corresponding workspaceresource is refreshed afterward.

Eclipse implements thegraphical control elements of the Java toolkit calledStandard Widget Toolkit (SWT), whereas most Java applications use the Java standardAbstract Window Toolkit (AWT),Swing, orJavaFX. Eclipse'suser interface also uses an intermediategraphical user interface layer calledJFace, which simplifies the construction of applications based on SWT. Eclipse was made to run onWayland during aGoogle Summer of Code (GSoC) Project in 2014.[88]

As of 2017[update], language packs being developed by theBabel Project provide translations into over 40natural languages.[4]

Rich client platform

[edit]

Eclipse provides therich client platform (RCP) for developing general-purpose applications.

The following components constitute the rich client platform:

Examples of rich client applications based on Eclipse are:

Server platform

[edit]

Eclipse supports development forTomcat,GlassFish and many other servers and is often capable of installing the required server (for development) directly from the IDE. It supports remote debugging, allowing a user to watch variables and step through the code of an application that is running on the attached server.

Web Tools Platform

[edit]

The Eclipse Web Tools Platform (WTP) project is an extension of the Eclipse platform with tools for developing Web and Java EE applications. It includes source and graphical editors for a variety of languages, wizards and built-in applications to simplify development, and tools and APIs to support deploying, running, and testing apps.[90]

Modeling platform

[edit]

The Modeling project contains all the official projects of the Eclipse Foundation focusing on model-based development technologies. All are compatible with the Eclipse Modeling Framework created by IBM. Those projects are separated into six categories:

Application lifecycle management

[edit]

Application lifecycle management (ALM) andtask management in Eclipse need an optional component called Mylyn (/ˈmlɪn/), anopen-source implementation of thetask-focused interface. It provides an API for tools embedding the task-focused interface. For software developers, it helps a developer work efficiently with many different tasks (such as bugs, problem reports or new features). Tasks are integrated into Mylyn. For all tasks that have been integrated, Mylyn monitors user activity and tries to identify information relevant to the task at hand. It uses this task context to focus the Eclipse UI on the related information. Mylyn can integrate with repositories such asBugzilla,Trac,Redmine,Mantis,[92]JIRA,Unfuddle,[93] andGitHub.[94] It focuses on improving productivity by reducing searching, scrolling, and navigation. By making task context explicit, Mylyn is also meant to facilitate multitasking, planning, reusing past efforts, and sharing expertise.

The project name comes frommyelin, an electrically insulating layer that surrounds neurons' axons.[95] The original name of this project, "Mylar", replicated a trademark of aboPET film company, so theEclipse Foundation changed the project name.[96]

Features

[edit]

Eclipse IDE features include text editor with syntax coloring, coding assistance,code completion,code refactoring, code analysis with "Quick fix" suggestions along withcode debugging.[97]

Along with native support for OSGi,JPMS support has been added as of Java 9.[97]

Extensions

[edit]

Eclipse supports a rich selection of extensions, adding support forPython viaPyDev,Android development viaGoogle's ADT (superseded byAndroid Studio since 2015),JavaFX via e(fx)clipse,JavaScript,jQuery, and many others at the Eclipse Marketplace. Valable is aVala plug-in for Eclipse.[98]

In addition to the built-in Java compiler warnings, additional plug-ins are available forlinting to improve code quality and consistency such as SpotBugs and Sonar.[99][100]

Support for build tools such asAnt,Maven,Make, andCMake includes the capability to replace Eclipse native project file format with Maven pom.xml directly.[101]

Alternative distributions

[edit]

Several alternative distributions exist in the Eclipse project.

PHP Development Tools

[edit]
Further information:PHP Development Tools

The PHP Hypertext Preprocessor (PHP) Development Tools project provides a framework for the Eclipse platform. The project encompasses all development components, including code-completion, develop PHP and facilitate extensibility. It leverages the existing Eclipse Web Tools Platform (WTP) and Dynamic Languages Toolkit (DLTK).[102]

Android Development Tools

[edit]

Android Development Tools (ADT) was superseded in 2015 by the Eclipse foundation's own plugin, calledAndmore: Development Tools for Android,[103] after Google discontinued development of their plug-in for the Eclipse IDE, that is designed to provide an integrated environment in which to build Android applications. ADT/Andmore extends the abilities of Eclipse to let developers set up new Android projects, create an application UI, add packages based on the Android Framework API, debug their applications using the Android SDK tools, and export signed (or unsigned) .apk files in order to distribute their applications. It is freely available to download. Google's ADT was the official IDE for Android until 2015 but was replaced by Eclipse's Andmore and the officialAndroid Studio.[104][105] As of 2024, the project appears to be moribund, with no activity since 2017.[106]

See also

[edit]

Notes

[edit]
  1. ^abcVia IBM Developer for z/OS[8] (IDz), formerly known as Rational Developer for z Systems (RDz).

References

[edit]
  1. ^ab"Eclipse.org consortium".The Community for Open Innovation and Collaboration | TheEclipse Foundation.Archived from the original on 20 September 2022. Retrieved10 September 2022.
  2. ^"[eclipse-dev] Eclipse and Equinox 4.35 (2025-03) GA is available". 12 March 2025. Retrieved12 March 2025.
  3. ^"Equinox/dev - Eclipsepedia".wiki.eclipse.org.Archived from the original on 26 August 2023. Retrieved26 August 2023.
  4. ^ab"Babel Project – Eclipse translation".Eclipse. The Eclipse Foundation. 31 January 2013.Archived from the original on 29 April 2017. Retrieved5 March 2017.
  5. ^"IDEs vs. Build Tools: How Eclipse, IntelliJ IDEA & NetBeans users work with Maven, Ant, SBT & Gradle".zeroturnaround.com.Archived from the original on 6 June 2024. Retrieved28 December 2018.
  6. ^"IntelliJ IDEA dominates the IDE market with 62% adoption among JVM developers".Snyk. 5 February 2020.Archived from the original on 6 June 2024. Retrieved30 January 2022.
  7. ^"Eclipse desktop & web IDEs".The Eclipse Foundation.Archived from the original on 28 January 2022. Retrieved29 January 2022.
  8. ^"IBM Developer for z/OS".IBM. 16 May 2024. Retrieved2 July 2024.
  9. ^"GitHub - JuliaComputing/JuliaDT: Julia Development Toolkit for Eclipse".github.com. 10 October 2018.Archived from the original on 25 July 2018. Retrieved28 December 2018 – via GitHub.
  10. ^"Eclipse Packages | The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects..."www.eclipse.org.Archived from the original on 26 August 2023. Retrieved26 August 2023.
  11. ^ab"Where did Eclipse come from?".Eclipse Wiki.Archived from the original on 8 September 2008. Retrieved16 March 2008.
  12. ^"500 lines or less: EclipseArchived 27 January 2017 at theWayback Machine" says "With the switch to OSGi, Eclipse plugins became known as bundles"
  13. ^Free Software Foundation, Inc. (5 November 2012)."Various Licenses and Comments About Them".Archived from the original on 16 July 2009. Retrieved17 April 2014.
  14. ^Rick DeNatale (15 October 2008)."Will It Go Round in Circles?". Archived fromthe original on 19 October 2008.
  15. ^Milinkovich, Mike."IBM and Eclipse: A Decade of Software Innovation".Building a Smarter Planet.Archived from the original on 30 January 2012. Retrieved3 November 2011.
  16. ^"About the Eclipse Foundation: History of Eclipse".Eclipse.Archived from the original on 12 May 2019. Retrieved1 January 2014.
  17. ^"About the Eclipse Foundation". The Eclipse Foundation.Archived from the original on 12 August 2008. Retrieved13 August 2008.
  18. ^"OSGi – the footings of the foundation of the platform". The Eclipse Foundation. Archived fromthe original on 13 June 2008. Retrieved25 June 2008.
  19. ^"ACM Honors Computing Innovators for Advances in Research, Education, and Industry". Association for Computing Machinery. Archived fromthe original on 29 April 2012. Retrieved26 April 2012.
  20. ^"Eclipse Public License".Archived from the original on 17 February 2012. Retrieved24 February 2012.
  21. ^"Various Licenses and Comments about Them". Free Software Foundation. 17 May 2007.Archived from the original on 16 July 2009. Retrieved20 May 2007.
  22. ^Darryl K. Taft (20 May 2005)."Eclipse: Behind the Name".eWeek.com. Ziff Davis Enterprise Holdings.Archived from the original on 2 January 2013. Retrieved11 August 2008.
  23. ^Sharma, Ankur (14 February 2011)."Naming Indigo +1".Eclipse.Archived from the original on 25 February 2017. Retrieved4 July 2016.
  24. ^"An interview with Wayne Beaton, Director of Open Source Projects at the Eclipse Foundation: "Eclipse Photon marks the end of an era"".jaxenter.com. 28 June 2018.Archived from the original on 2 January 2020. Retrieved16 September 2019.
  25. ^"Simultaneous Release FAQ".Eclipse. 9 March 2018.Archived from the original on 6 March 2019. Retrieved2 March 2019.
  26. ^ab"Simultaneous Release".Archived from the original on 18 January 2018. Retrieved12 January 2018.
  27. ^"SimRel/Simultaneous Release Cycle FAQ".Archived from the original on 6 March 2019. Retrieved15 March 2019.
  28. ^"Eclipse Tools Project".archive.eclipse.org.Archived from the original on 12 October 2023. Retrieved10 September 2022.
  29. ^"Eclipse.org consortium".The Community for Open Innovation and Collaboration | TheEclipse Foundation.Archived from the original on 6 October 2022. Retrieved10 September 2022.
  30. ^"Eclipse.org consortium".The Community for Open Innovation and Collaboration | TheEclipse Foundation.Archived from the original on 7 March 2023. Retrieved10 September 2022.
  31. ^"Eclipse Tools Project".archive.eclipse.org.Archived from the original on 12 August 2022. Retrieved10 September 2022.
  32. ^"Eclipse Foundation". Eclipse.org. 21 June 2004.Archived from the original on 7 January 2018. Retrieved12 January 2018.
  33. ^"Eclipse Tools Project".archive.eclipse.org.Archived from the original on 2 July 2022. Retrieved10 September 2022.
  34. ^"Eclipse 3.1 Inside!".Archived from the original on 1 December 2016. Retrieved12 January 2018.
  35. ^abcdefghijklmnopqrstuvwxyzaaabacadaeafagahaiajakalamanao"Eclipse IDE Simultaneous Release (SimRel)".GitHub.Eclipse Foundation. 6 December 2023.Archived from the original on 22 December 2023. Retrieved22 December 2023.
  36. ^"Eclipse Callisto Projects".Eclipse.Archived from the original on 25 June 2008. Retrieved12 January 2018.
  37. ^"Ganymede Simultaneous Release".wiki.eclipse.org.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  38. ^"Galileo Simultaneous Release".wiki.eclipse.org.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  39. ^"Category:Helios".wiki.eclipse.org.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  40. ^"Category:Indigo".wiki.eclipse.org.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  41. ^"Help - Eclipse Platform".help.eclipse.org.Archived from the original on 22 October 2017. Retrieved12 January 2018.
  42. ^"Eclipse Juno Release Train Has Arrived".Eclipse. 27 June 2012.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  43. ^"Eclipse 3.8.2 Maintenance Build: 3.8.2".archive.eclipse.org. 31 January 2013.Archived from the original on 12 October 2017. Retrieved12 January 2018.
  44. ^"389175 – Dual stream simultaneous release (3.x and 4.x)".bugs.eclipse.org.Archived from the original on 22 June 2020. Retrieved28 December 2018.
  45. ^"Category:Juno".wiki.eclipse.org.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  46. ^"Category:Kepler".wiki.eclipse.org.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  47. ^abcdefg"Eclipse/Installation - Eclipsepedia".wiki.eclipse.org.Archived from the original on 6 June 2024. Retrieved10 September 2022.
  48. ^"Category:Luna".Wiki.eclipse.org.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  49. ^"Eclipse Project 4.4.0". 22 July 2013.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  50. ^"Category:Mars".Wiki.eclipse.org.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  51. ^"Category:Neon".wiki.eclipse.org.Archived from the original on 13 January 2018. Retrieved12 January 2018.
  52. ^"Category:Oxygen".wiki.eclipse.org. Retrieved12 January 2018.
  53. ^"Eclipse Oxygen - New and Noteworthy".Archived from the original on 3 July 2018. Retrieved3 July 2018.
  54. ^"Eclipse Project Oxygen (4.7) M1 - New and Noteworthy".Archived from the original on 16 July 2019. Retrieved22 August 2019.
  55. ^"Category:Photon".wiki.eclipse.org.Archived from the original on 21 January 2018. Retrieved12 January 2018.
  56. ^"Category:SimRel-2018-09".wiki.eclipse.org.Archived from the original on 18 September 2018. Retrieved18 September 2018.
  57. ^"Category:SimRel-2018-12".wiki.eclipse.org.Archived from the original on 18 December 2018. Retrieved18 December 2018.
  58. ^"Eclipse 4.10 - New and Noteworthy - New Features for Java Developers".www.eclipse.org.Archived from the original on 22 June 2020. Retrieved14 May 2020.
  59. ^"Category:SimRel-2019-03".wiki.eclipse.org.Archived from the original on 18 December 2018. Retrieved18 December 2018.
  60. ^"Category:SimRel-2019-06".wiki.eclipse.org.Archived from the original on 20 December 2018. Retrieved20 December 2018.
  61. ^"Category:SimRel-2019-09".wiki.eclipse.org.Archived from the original on 22 June 2019. Retrieved22 June 2019.
  62. ^"Category:SimRel-2019-12".wiki.eclipse.org.Archived from the original on 22 June 2019. Retrieved22 June 2019.
  63. ^"Category:SimRel-2020-03".wiki.eclipse.org.Archived from the original on 20 December 2019. Retrieved25 March 2020.
  64. ^"Category:SimRel-2020-06".wiki.eclipse.org.Archived from the original on 25 March 2020. Retrieved25 March 2020.
  65. ^"Category:SimRel-2020-09".wiki.eclipse.org.Archived from the original on 25 March 2020. Retrieved31 March 2020.
  66. ^"Category:SimRel-2020-12".wiki.eclipse.org.Archived from the original on 21 March 2022. Retrieved19 September 2020.
  67. ^"Category:SimRel-2021-03".wiki.eclipse.org.Archived from the original on 25 November 2020. Retrieved25 December 2020.
  68. ^"Category:SimRel-2021-06".wiki.eclipse.org.Archived from the original on 17 March 2024. Retrieved17 March 2021.
  69. ^"Category:SimRel-2021-09".wiki.eclipse.org.Archived from the original on 24 June 2021. Retrieved21 June 2021.
  70. ^"Category:SimRel-2021-12".wiki.eclipse.org.Archived from the original on 17 March 2024. Retrieved29 September 2021.
  71. ^"Category:SimRel-2022-03".wiki.eclipse.org.Archived from the original on 21 September 2022. Retrieved31 August 2022.
  72. ^"Category:SimRel-2022-06".wiki.eclipse.org.Archived from the original on 21 September 2022. Retrieved31 August 2022.
  73. ^"Category:SimRel-2022-09".wiki.eclipse.org.Archived from the original on 21 September 2022. Retrieved31 August 2022.
  74. ^"Category:SimRel-2022-12".wiki.eclipse.org.Archived from the original on 21 September 2022. Retrieved17 September 2022.
  75. ^"Category:SimRel-2023-03".wiki.eclipse.org.Archived from the original on 10 December 2022. Retrieved10 December 2022.
  76. ^"Category:SimRel-2023-06".wiki.eclipse.org.Archived from the original on 15 March 2023. Retrieved15 March 2023.
  77. ^"Category:SimRel-2023-09".wiki.eclipse.org.Archived from the original on 14 June 2023. Retrieved14 June 2023.
  78. ^".github/wiki/SimRel/2023-12.md at main · eclipse-simrel/.github".GitHub.Eclipse Foundation.Archived from the original on 22 December 2023. Retrieved22 December 2023.
  79. ^".github/wiki/SimRel/2024-03.md at main · eclipse-simrel/.github".GitHub.Eclipse Foundation.Archived from the original on 22 December 2023. Retrieved22 December 2023.
  80. ^".github/wiki/SimRel/2024-06.md at main · eclipse-simrel/.github".GitHub.Eclipse Foundation.Archived from the original on 22 December 2023. Retrieved22 December 2023.
  81. ^".github/wiki/SimRel/2024-09.md at main · eclipse-simrel/.github".GitHub.Eclipse Foundation.Archived from the original on 22 December 2023. Retrieved22 December 2023.
  82. ^".github/wiki/SimRel/2024-12.md at main · eclipse-simrel/.github".GitHub.Eclipse Foundation.Archived from the original on 22 December 2023. Retrieved22 December 2023.
  83. ^".github/wiki/SimRel/2025-03.md at main · eclipse-simrel/.github".GitHub. Retrieved24 November 2024.
  84. ^".github/wiki/SimRel/2025-06.md at main · eclipse-simrel/.github".GitHub. Retrieved24 November 2024.
  85. ^"OSGi Certified Products".OSGi Alliance Site. Archived fromthe original on 20 April 2016. Retrieved2 August 2016.
  86. ^"TeXlipse homepage – LaTeX for Eclipse".TeXlipse.sourceforge.net.Archived from the original on 16 December 2013. Retrieved1 January 2014.
  87. ^Gallardo, David (1 December 2002)."Developing Eclipse plug-ins".IBM.Archived from the original on 6 February 2018. Retrieved5 February 2018.
  88. ^"Eclipse now runs on Wayland". 18 August 2014. Archived fromthe original on 23 August 2014. Retrieved17 September 2014.
  89. ^"Portfolio Performance". Portfolio Performance.Archived from the original on 13 December 2020. Retrieved16 December 2020.
  90. ^"Eclipse Web Tools Platform Project". Eclipse.org.Archived from the original on 6 June 2024. Retrieved2 May 2011.The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing Web and Java EE applications. It includes source and graphical editors for a variety of languages, wizards and built-in applications to simplify development, tools to support deploying, running, and testing apps, and APIs for extending its functionality.
  91. ^(in English)"Amalgation website". 31 January 2013.Archived from the original on 19 March 2015. Retrieved5 March 2015.
  92. ^"Mylyn MantisBT Connector".Mantis Bug Tracker. Archived fromthe original on 25 December 2012. Retrieved25 October 2011.
  93. ^"Unfuddle Mylyn Connector". Unfuddle.Archived from the original on 12 October 2014. Retrieved21 May 2011.
  94. ^"GitHub Mylyn connector for Eclipse".GitHub. 10 May 2011.Archived from the original on 25 February 2017. Retrieved12 May 2011.
  95. ^"Bug191406 - rename Mylar project to Mylyn".Eclipse Foundation.Archived from the original on 10 May 2020. Retrieved18 February 2009.
  96. ^"Mylar to Mylyn Project Rename FAQ".Eclipse Foundation.Archived from the original on 21 September 2019. Retrieved18 February 2009.
  97. ^ab"Eclipse Help".Eclipse.Archived from the original on 20 November 2023. Retrieved20 November 2023.
  98. ^"valable in Launchpad".launchpad.net. 24 December 2007.Archived from the original on 29 December 2018. Retrieved28 December 2018.
  99. ^"Eclipse Marketplace".Eclipse Marketplace. Eclipse.Archived from the original on 20 November 2023. Retrieved20 November 2023.
  100. ^"SonarLint Documentation".Sonar.Archived from the original on 20 November 2023. Retrieved20 November 2023.
  101. ^"Converting Eclipse Java Project to Maven Project".Eclipseipedia. Eclipse.Archived from the original on 20 November 2023. Retrieved20 November 2023.
  102. ^"PHP Development Tools".projects.eclipse.org. 31 January 2013.Archived from the original on 6 June 2024. Retrieved1 January 2014.
  103. ^"Andmore: Development Tools for Android".Eclipse Plugins, Bundles and Products - Eclipse Marketplace.Archived from the original on 3 November 2019. Retrieved11 November 2019.
  104. ^Eason, Jamal."Android Studio 1.0".Archived from the original on 8 December 2014. Retrieved12 December 2014.
  105. ^Eason, Jamal (26 June 2015)."An update on Eclipse Android Developer Tools".android-developers.googleblog.com.Archived from the original on 27 September 2022. Retrieved25 March 2017.
  106. ^"Andmore - Eclipse Android Tooling".GitHub.Archived from the original on 28 April 2024. Retrieved28 April 2024.

Sources

[edit]

External links

[edit]
General
Software
packages
Community
Organisations
Licenses
Types and
standards
Challenges
Related
topics
Software
Programming languages
Frameworks and
development tools
Operating systems
Licenses
Related
C,C++
Open source
Freeware
Retail
Discontinued
Java
Open source
Freeware
Retail
Discontinued
JavaScript
Open source
CLI (.NET)
Open source
Freeware
Retail
Discontinued
Flash
PHP
Open source
Proprietary
R
Python
Open source
Proprietary
Pascal,
Object Pascal
Open source
Freeware
Retail
Discontinued
BASIC
Open source
Freeware
Retail
Discontinued
Go
Open source
Freeware
Retail
Haxe
POP-11
Online
Qt
Open source
GTK
Open source
Proprietary
wxWidgets
Open source
CLI
Open source
Proprietary
VCL,
related
Open source,LCL
Proprietary
Cocoa
Proprietary
Java-based
Open source
Proprietary
Windows API
Open source
Proprietary
Other
Open source
Proprietary
Platforms
Oracle technologies
Platform technologies
Major third-party
technologies
History
JVM languages
Community
Conferences
Organizations
People
Authority control databases: NationalEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Eclipse_(software)&oldid=1280066588#Application_lifecycle_management"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp