Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse/Installation"

(Install a JVM)
(JRE/JDK Sources)
 
(52 intermediate revisions by 16 users not shown)
Line 1: Line 1:
Installing Eclipse is relatively easy, but does involve a few steps and software from at least two different sources. '''Eclipse is a Java-based application''' and, as such, '''''requires a Java runtime environment (JRE)''''' in order to run.  
+
Installing Eclipse is relatively easy, but does involve a few steps and software from at least two different sources. '''Eclipse is a Java-based application''' and, as such, '''''requires a Java Runtime Environment or Java Development Kit (JRE or JDK)''''' in order to run.
 +
 
 +
Note that on recent versions of Mac, '''a full JDK needs to be installed''', not just a JRE; see [[#Install a JVM|instructions]] below.
 +
 
 +
== Install a JVM  ==
 +
{{warning|The latest release of Eclipse requires a 64-bit JVM, and does not support a 32-bit JVM.}}
 +
 
 +
{{warning|Current releases of Eclipse require Java 17 JRE/JDK or newer.
 +
<br/>
 +
If you are using Eclipse to do Java development, or are on macOS, install a JDK.
 +
In all cases, Eclipse requires a 64-bit JVM
 +
<br/>
 +
A Java Development Kit (JDK) includes many useful extras for Java developers including the source code for the standard Java libraries.}}
 +
 
 +
Regardless of your operating system, you will need to install some Java virtual machine (JVM). You may either install a Java Runtime Environment (JRE), or a Java Development Kit (JDK), depending on what you want to do with Eclipse. ''If you intend to use Eclipse for Java development, then you should install a JDK''. If you aren't planning to use Eclipse for Java development and want to save some disk space, install a JRE.
 +
 
 +
*If you're using Windows, you may already have a JRE installed, but upgrading usually won't hurt.
 +
* If you're using Mac, and you don't have a JDK installed, you may get a bogus message from the OS stating that you should "install the legacy Java SE 6 runtime".  Installing that will not solve the problem, because recent versions of Eclipse require a higher version. If you install just a JRE, and not a full JDK, that error message will persist. You must install a full JDK.
 +
*If using Linux, [[IRC FAQ#I_just_installed_Eclipse_on_Linux.2C_but_it_does_not_start._What_is_the_problem.3F|read this]]
 +
**GCJ (if you're somehow still using it) will '''NOT''' work.
 +
 
 +
== Eclipse 4.28 (2023-06) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.28.0 Eclipse 4.28] ([[:Category:SimRel-2023-06|2023-06]]) was released on June 14, 2023. It is the supported release.
 +
 
 +
A [[#Install a JDK|'''Java 17''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2023-06 packages based on Eclipse 4.28, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
== Eclipse 4.27 (2023-03) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.27.0 Eclipse 4.27] ([[:Category:SimRel-2023-03|2023-03]]) was released on March 15, 2023.
 +
 
 +
A [[#Install a JDK|'''Java 17''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2023-03 packages based on Eclipse 4.27, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
== Eclipse 4.26 (2022-12) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.26.0 Eclipse 4.26] ([[:Category:SimRel-2022-12|2022-12]]) was released on December 7, 2022.
 +
 
 +
A [[#Install a JDK|'''Java 17''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2022-12 packages based on Eclipse 4.26, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
== Eclipse 4.25 (2022-09) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.25.0 Eclipse 4.25] ([[:Category:SimRel-2022-09|2022-09]]) was released on September 14, 2022.
 +
 
 +
A [[#Install a JDK|'''Java 17''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2022-09 packages based on Eclipse 4.25, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
== Eclipse 4.24 (2022-06) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.24.0 Eclipse 4.24] ([[:Category:SimRel-2022-06|2022-06]]) was released on June 15, 2022.
 +
 
 +
A [[#Install a JDK|'''Java 11''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2022-06 packages based on Eclipse 4.24, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
== Eclipse 4.23 (2022-03) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.23.0 Eclipse 4.23] ([[:Category:SimRel-2022-03|2022-03]]) was released on March 16, 2022.
 +
 
 +
A [[#Install a JDK|'''Java 11''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2022-03 packages based on Eclipse 4.23, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
== Eclipse 4.22 (2021-12) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.22.0 Eclipse 4.22] ([[:Category:SimRel-2021-12|2021-12]]) was released on December 8, 2021.
 +
 
 +
A [[#Install a JDK|'''Java 11''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2021-12 packages based on Eclipse 4.22, with certain packages choosing to provide one by default.
 +
 
 +
== Eclipse 4.21 (2021-09) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.21.0 Eclipse 4.21] ([[:Category:SimRel-2021-09|2021-09]]) was released on September 15, 2021.
 +
 
 +
A [[#Install a JDK|'''Java 11''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2021-09 packages based on Eclipse 4.21, with certain packages choosing to provide one by default.
 +
 
 +
== Eclipse 4.20 (2021-06) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.20.0 Eclipse 4.20] ([[:Category:SimRel-2021-06|2021-06]]) was released on June 16, 2021.
 +
 
 +
A [[#Install a JDK|'''Java 11''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2021-06 packages based on Eclipse 4.20, with certain packages choosing to provide one by default.
 +
== Eclipse 4.19 (2021-03) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.19.0 Eclipse 4.19] ([[:Category:SimRel-2021-03|2021-03]]) was released on March 17, 2021.
 +
 
 +
A [[#Install a JDK|'''Java 11''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2021-03 packages based on Eclipse 4.19, with certain packages choosing to provide one by default.
 +
 
 +
== Eclipse 4.18 (2020-12) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.18.0 Eclipse 4.18] ([[:Category:SimRel-2020-12|2020-12]]) was released on December 16, 2020.
 +
 
 +
A [[#Install a JDK|'''Java 11''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2020-12 packages based on Eclipse 4.18, with certain packages choosing to provide one by default.
 +
 
 +
== Eclipse 4.17 (2020-09) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.17.0 Eclipse 4.17] ([[:Category:SimRel-2020-09|2020-09]]) was released on September 16, 2020.
 +
 
 +
A [[#Install a JDK|'''Java 11''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2020-09 packages based on Eclipse 4.17, as well as the Installer.
 +
 
 +
== Eclipse 4.16 (2020-06) ==
 +
 
 +
[https://projects.eclipse.org/projects/eclipse/releases/4.16.0 Eclipse 4.16] ([[:Category:SimRel-2020-06|2020-06]]) was released on June 17, 2020.
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2020-06 packages based on Eclipse 4.16, as well as the Installer.
 +
 
 +
== Eclipse 4.15 (2020-03) ==
 +
 
 +
Eclipse 4.15 ([[:Category:SimRel-2020-03|2020-03]]) was released on March 18, 2020.
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required, LTS release are preferred]] to run all Eclipse 2020-03 packages based on Eclipse 4.15, as well as the Installer.
 +
 
 +
== Eclipse 4.14 (2019-12) ==
 +
 
 +
Eclipse 4.14 ([[:Category:SimRel-2019-12|2019-12]]) was released on December 18, 2019. See [[SimRel/2019-12/Simultaneous Release Plan#Schedule|Eclipse 2019-12 schedule]].
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required]] to run all Eclipse 2019-09 packages based on Eclipse 4.14, as well as the Installer.
 +
 
 +
== Eclipse 4.13 (2019-09) ==
 +
 
 +
Eclipse 4.13 ([[:Category:SimRel-2019-03|2019-09]]) was released on September 18, 2019. See [[SimRel/2019-09/Simultaneous Release Plan#Schedule|Eclipse 2019-09 schedule]].
 +
 
 +
Consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required]] to run all Eclipse 2019-09 packages based on Eclipse 4.13, as well as the Installer.
 +
 
 +
== Eclipse 4.12 (2019-06) ==
 +
 
 +
Eclipse 4.12 ([[:Category:SimRel-2019-06|2019-06]]) was released on June 19, 2019. See [[SimRel/2019-06/Simultaneous Release Plan#Schedule|Eclipse 2019-06 schedule]].
 +
 
 +
Consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required]] to run all Eclipse 2019-03 packages based on Eclipse 4.12, as well as the Installer.
 +
 
 +
== Eclipse 4.11 (2019-03) ==
 +
 
 +
Eclipse 4.11 ([[:Category:SimRel-2019-03|2019-03]]) was released on March 20, 2019. See [[SimRel/2019-03/Simultaneous Release Plan#Schedule|Eclipse 2019-03 schedule]].
 +
 
 +
Consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required]] to run all Eclipse 2019-03 packages based on Eclipse 4.11, as well as the Installer.
 +
 
 +
== Eclipse 4.10 (2018-12) ==
 +
 
 +
Eclipse 4.10 ([[:Category:SimRel-2018-12|2018-12]]) was released on December 20, 2018. It is the supported release. See [[SimRel/2018-12/Simultaneous Release Plan#Schedule|Eclipse 2018-12 schedule]].
 +
 
 +
Consider using the Installer. Please see [https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE 5 Steps to Install Eclipse].
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required]] to run all Eclipse 2018-12 packages based on Eclipse 4.10, including running the Installer. The reasoning behind requiring Java 8 are discussed [[Eclipse/Installation/Java8Required|here]].
 +
== Eclipse 4.9 (2018-09) ==
 +
 
 +
Eclipse 4.9 ([[:Category:SimRel-2018-09|2018-09]]) was released on September 19, 2018. See [[SimRel/2018-09/Simultaneous Release Plan#Schedule|Eclipse 2018-09 schedule]].
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required]] to run all Eclipse 2018-09 packages based on Eclipse 4.9, including running the Installer. The reasoning behind requiring Java 8 are discussed [[Eclipse/Installation/Java8Required|here]].
 +
== Eclipse 4.8 (Photon) ==
 +
 
 +
Eclipse 4.8 ([[Photon]]) was released on June 27, 2018. See [[Photon/Simultaneous Release Plan#Schedule|Photon schedule]].
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required]] to run all Oxygen packages based on Eclipse 4.7, including running the Installer. The reasoning behind requiring Java 8 are discussed [[Eclipse/Installation/Java8Required|here]].
 +
== Eclipse 4.7 (Oxygen) ==
 +
 
 +
Eclipse 4.7 ([[Oxygen]]) was released on June 28, 2017. See [[Oxygen/Simultaneous Release Plan#Schedule|Oxygen schedule]].
 +
 
 +
A [[#Install a JVM|'''Java 8''' or newer JRE/JDK is required]] to run all Oxygen packages based on Eclipse 4.7, including running the Installer. The reasoning behind requiring Java 8 are discussed [[Eclipse/Installation/Java8Required|here]].
 +
 
 +
== Eclipse 4.6 (Neon) ==
 +
 
 +
Eclipse 4.6 ([[Neon]]) was released on June 22, 2016. See [[Neon/Simultaneous Release Plan#Schedule|Neon schedule]].
 +
 
 +
A [[#Install a JVM|'''Java 8''' JRE/JDK is required]] to run all Neon packages based on Eclipse 4.6, including the Installer. The reasoning behind requiring Java 8 are discussed [[Eclipse/Installation/Java8Required|here]].
 +
 
 +
== Eclipse 4.5 (Mars) ==
 +
 
 +
Eclipse 4.5 (Mars) was released on June 24, 2015.
 +
 
 +
A [[#Install a JVM|'''Java 7''' JRE/JDK is '''required''']] for all Mars package downloads based on Eclipse 4.5, including the Installer. Information concerning tested configurations for Eclipse 4.5 is provided [http://www.eclipse.org/eclipse/development/readme_eclipse_4.5.html#TargetOperatingEnvironments here].
  
 
== Eclipse 4.4 (Luna)  ==
 
== Eclipse 4.4 (Luna)  ==
Line 5: Line 172:
 
Eclipse 4.4 (Luna) was released on June 25, 2014.
 
Eclipse 4.4 (Luna) was released on June 25, 2014.
  
A '''Java 7''' JRE/JDK is '''required''' for most of the Luna package downloads based on Eclipse 4.4. More information concerning tested configurations for Eclipse 4.4 is provided [http://www.eclipse.org/eclipse/development/readme_eclipse_4.4.html#TargetOperatingEnvironments here].
+
A [[#Install a JVM|'''Java 7''' JRE/JDK is '''required''']] for most of the Luna package downloads based on Eclipse 4.4. Information concerning tested configurations for Eclipse 4.4 is provided [http://www.eclipse.org/eclipse/development/readme_eclipse_4.4.html#TargetOperatingEnvironments here].
  
 
== Eclipse 4.3 (Kepler)  ==
 
== Eclipse 4.3 (Kepler)  ==
Line 11: Line 178:
 
Eclipse 4.3 (Kepler) was released in June 2013.
 
Eclipse 4.3 (Kepler) was released in June 2013.
  
A Java 6 JRE/JDK is recommended for Eclipse 4.3. More information concerning tested configurations for Eclipse 4.3 is provided [http://www.eclipse.org/eclipse/development/readme_eclipse_4.3.html#TargetOperatingEnvironments here].  
+
A [[#Install a JVM|Java 6 JRE/JDK is recommended]] for Eclipse 4.3. More information concerning tested configurations for Eclipse 4.3 is provided [http://www.eclipse.org/eclipse/development/readme_eclipse_4.3.html#TargetOperatingEnvironments here].
  
== Install a JVM  ==
 
  
Regardless of your operating system, you will need to install some Java virtual machine (JVM). You may either install a Java Runtime Environment (JRE), or a Java Development Kit (JDK), depending on what you want to do with Eclipse. If you intend to use Eclipse for Java development, then you should install a JDK (the JDK includes--among other useful things--the source code for the standard Java libraries). If you aren't planning to use Eclipse for Java development and want to save some disk space, install a JRE.
+
== JRE/JDK Sources ==
 
+
*If you're using Windows, you may already have a JRE installed, but upgrading won't hurt.
+
*If using Linux, [[IRC FAQ#I_just_installed_Eclipse_on_Linux.2C_but_it_does_not_start._What_is_the_problem.3F|read this]]
+
**GCJ will '''NOT''' work.
+
**Also see: [http://www.64bitjungle.com/ubuntu/install-java-jre-160-update-x-on-hardy-as-the-default-java-runtime Installing JRE 1.6.0 (Update x) as the Default Runtime in Linux].
+
 
+
{{warning|Be sure to install a JVM with the same bit level as Eclipse
+
  
 +
{{warning|Be sure to install a JVM with the same bit level as Eclipse<br/>
 
i.e. install a 32-bit JRE to run 32-bit Eclipse; install a 64-bit JRE to run 64-bit Eclipse}}
 
i.e. install a 32-bit JRE to run 32-bit Eclipse; install a 64-bit JRE to run 64-bit Eclipse}}
 
=== JRE/JDK Sources ===
 
 
 
There are several sources for a JRE/JDK. Here are some of the more common/popular ones (listed alphabetically):  
 
There are several sources for a JRE/JDK. Here are some of the more common/popular ones (listed alphabetically):  
  
*[http://www.ibm.com/developerworks/java/jdk/index.html IBM JDK]  
+
*[https://adoptopenjdk.net/ AdoptOpenJDK]
 +
*[http://www.ibm.com/developerworks/java/jdk/index.html IBM JDK]
 +
*[https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ IBM Semeru Runtimes]
 
*[http://openjdk.java.net/ OpenJDK]  
 
*[http://openjdk.java.net/ OpenJDK]  
 
*[http://www.oracle.com/technetwork/java/javase/downloads/index.html Oracle JDK]
 
*[http://www.oracle.com/technetwork/java/javase/downloads/index.html Oracle JDK]
Line 53: Line 212:
  
 
Use the ''Help &gt; Install new software...'' menu option to add Kepler features to your Eclipse installation (you can, for example, use this option to add C/C++ development support). Additionally, you can tap into a vast collection of extensions provided by the Eclipse community and ecosystem via the '''Eclipse Marketplace Client''' (''Help &gt; Eclipse Marketplace''). Note that not all Eclipse packages contain the Eclipse Marketplace Client.
 
Use the ''Help &gt; Install new software...'' menu option to add Kepler features to your Eclipse installation (you can, for example, use this option to add C/C++ development support). Additionally, you can tap into a vast collection of extensions provided by the Eclipse community and ecosystem via the '''Eclipse Marketplace Client''' (''Help &gt; Eclipse Marketplace''). Note that not all Eclipse packages contain the Eclipse Marketplace Client.
 +
 +
== Troubleshooting ==
 +
 +
'''Java was started but returned exit code = 13'''
 +
 +
If you've "installed" Eclipse but are having trouble getting it to run, the most likely cause is that you have not correctly specified the JVM for it to run under. You may need to edit the [[eclipse.ini|eclipse.ini file]].
 +
 +
Another common mistake on Microsoft Windows is a mismatch between the "bittedness" of Eclipse and the JVM/JDK. This is the most frequent cause of an Error 13. 64-bit Eclipse requires a 64-bit JVM, and 32-bit Eclipse requires 32-bit JVM--you can not mix-and-match between 32-bit and 64-bit, so make sure the version of Eclipse you installed matches the JVM/JDK that you're using to run it (and make sure you're using eclipse.ini to specify the exact JVM used to run Eclipse, described above).
 +
 +
As a simple test, open a Command Prompt window, move to the directory that is pointed to by the -vm argument in your eclipse.ini, and run the intended java.exe with the -d32 switch to test if it supports 32-bit, or -d64 to test for 64-bit support. It's often simplest to download a version of Eclipse that will work with whatever Java you already have installed.
 +
 +
'''To open "Eclipse" you need to install the legacy Java SE 6 runtime'''
 +
 +
On more recent versions of the Mac, if you don't have a full JDK of an appropriately high version installed, the OS produces this bogus message.  Installing any JRE will not eliminate this problem.  A full JDK needs to be installed on the Mac.
 +
 +
'''Extraction requires a password or otherwise fails on Windows.'''
 +
 +
Eclipse downloads ''are not'' password protected. This is a known problem with the built-in decompression utility on all current versions of Windows. We recommend that you either download the installer or use a more robust decompression utility such as the open source 7zip when decompressing an Eclipse download. Some people report success when initially decompressing Eclipse into a root directory (e.g. c:\) and then moving it to a more appropriate home (e.g. c:\Program Files\Eclipse)
  
 
== More information ==
 
== More information ==

Latest revision as of 04:20, 7 December 2023

Installing Eclipse is relatively easy, but does involve a few steps and software from at least two different sources. Eclipse is a Java-based application and, as such, requires a Java Runtime Environment or Java Development Kit (JRE or JDK) in order to run.

Note that on recent versions of Mac, a full JDK needs to be installed, not just a JRE; see instructions below.

Install a JVM

Warning2.png
The latest release of Eclipse requires a 64-bit JVM, and does not support a 32-bit JVM.


Warning2.png
Current releases of Eclipse require Java 17 JRE/JDK or newer.


If you are using Eclipse to do Java development, or are on macOS, install a JDK. In all cases, Eclipse requires a 64-bit JVM

A Java Development Kit (JDK) includes many useful extras for Java developers including the source code for the standard Java libraries.


Regardless of your operating system, you will need to install some Java virtual machine (JVM). You may either install a Java Runtime Environment (JRE), or a Java Development Kit (JDK), depending on what you want to do with Eclipse. If you intend to use Eclipse for Java development, then you should install a JDK. If you aren't planning to use Eclipse for Java development and want to save some disk space, install a JRE.

  • If you're using Windows, you may already have a JRE installed, but upgrading usually won't hurt.
  • If you're using Mac, and you don't have a JDK installed, you may get a bogus message from the OS stating that you should "install the legacy Java SE 6 runtime". Installing that will not solve the problem, because recent versions of Eclipse require a higher version. If you install just a JRE, and not a full JDK, that error message will persist. You must install a full JDK.
  • If using Linux, read this
    • GCJ (if you're somehow still using it) will NOT work.

Eclipse 4.28 (2023-06)

Eclipse 4.28 (2023-06) was released on June 14, 2023. It is the supported release.

A Java 17 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2023-06 packages based on Eclipse 4.28, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see 5 Steps to Install Eclipse.

Eclipse 4.27 (2023-03)

Eclipse 4.27 (2023-03) was released on March 15, 2023.

A Java 17 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2023-03 packages based on Eclipse 4.27, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see 5 Steps to Install Eclipse.

Eclipse 4.26 (2022-12)

Eclipse 4.26 (2022-12) was released on December 7, 2022.

A Java 17 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2022-12 packages based on Eclipse 4.26, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see 5 Steps to Install Eclipse.

Eclipse 4.25 (2022-09)

Eclipse 4.25 (2022-09) was released on September 14, 2022.

A Java 17 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2022-09 packages based on Eclipse 4.25, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see 5 Steps to Install Eclipse.

Eclipse 4.24 (2022-06)

Eclipse 4.24 (2022-06) was released on June 15, 2022.

A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2022-06 packages based on Eclipse 4.24, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see 5 Steps to Install Eclipse.

Eclipse 4.23 (2022-03)

Eclipse 4.23 (2022-03) was released on March 16, 2022.

A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2022-03 packages based on Eclipse 4.23, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see 5 Steps to Install Eclipse.

Eclipse 4.22 (2021-12)

Eclipse 4.22 (2021-12) was released on December 8, 2021.

A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2021-12 packages based on Eclipse 4.22, with certain packages choosing to provide one by default.

Eclipse 4.21 (2021-09)

Eclipse 4.21 (2021-09) was released on September 15, 2021.

A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2021-09 packages based on Eclipse 4.21, with certain packages choosing to provide one by default.

Eclipse 4.20 (2021-06)

Eclipse 4.20 (2021-06) was released on June 16, 2021.

A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2021-06 packages based on Eclipse 4.20, with certain packages choosing to provide one by default.

Eclipse 4.19 (2021-03)

Eclipse 4.19 (2021-03) was released on March 17, 2021.

A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2021-03 packages based on Eclipse 4.19, with certain packages choosing to provide one by default.

Eclipse 4.18 (2020-12)

Eclipse 4.18 (2020-12) was released on December 16, 2020.

A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2020-12 packages based on Eclipse 4.18, with certain packages choosing to provide one by default.

Eclipse 4.17 (2020-09)

Eclipse 4.17 (2020-09) was released on September 16, 2020.

A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2020-09 packages based on Eclipse 4.17, as well as the Installer.

Eclipse 4.16 (2020-06)

Eclipse 4.16 (2020-06) was released on June 17, 2020.

A Java 8 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2020-06 packages based on Eclipse 4.16, as well as the Installer.

Eclipse 4.15 (2020-03)

Eclipse 4.15 (2020-03) was released on March 18, 2020.

A Java 8 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2020-03 packages based on Eclipse 4.15, as well as the Installer.

Eclipse 4.14 (2019-12)

Eclipse 4.14 (2019-12) was released on December 18, 2019. See Eclipse 2019-12 schedule.

A Java 8 or newer JRE/JDK is required to run all Eclipse 2019-09 packages based on Eclipse 4.14, as well as the Installer.

Eclipse 4.13 (2019-09)

Eclipse 4.13 (2019-09) was released on September 18, 2019. See Eclipse 2019-09 schedule.

Consider using the Installer. Please see 5 Steps to Install Eclipse.

A Java 8 or newer JRE/JDK is required to run all Eclipse 2019-09 packages based on Eclipse 4.13, as well as the Installer.

Eclipse 4.12 (2019-06)

Eclipse 4.12 (2019-06) was released on June 19, 2019. See Eclipse 2019-06 schedule.

Consider using the Installer. Please see 5 Steps to Install Eclipse.

A Java 8 or newer JRE/JDK is required to run all Eclipse 2019-03 packages based on Eclipse 4.12, as well as the Installer.

Eclipse 4.11 (2019-03)

Eclipse 4.11 (2019-03) was released on March 20, 2019. See Eclipse 2019-03 schedule.

Consider using the Installer. Please see 5 Steps to Install Eclipse.

A Java 8 or newer JRE/JDK is required to run all Eclipse 2019-03 packages based on Eclipse 4.11, as well as the Installer.

Eclipse 4.10 (2018-12)

Eclipse 4.10 (2018-12) was released on December 20, 2018. It is the supported release. See Eclipse 2018-12 schedule.

Consider using the Installer. Please see 5 Steps to Install Eclipse.

A Java 8 or newer JRE/JDK is required to run all Eclipse 2018-12 packages based on Eclipse 4.10, including running the Installer. The reasoning behind requiring Java 8 are discussed here.

Eclipse 4.9 (2018-09)

Eclipse 4.9 (2018-09) was released on September 19, 2018. See Eclipse 2018-09 schedule.

A Java 8 or newer JRE/JDK is required to run all Eclipse 2018-09 packages based on Eclipse 4.9, including running the Installer. The reasoning behind requiring Java 8 are discussed here.

Eclipse 4.8 (Photon)

Eclipse 4.8 (Photon) was released on June 27, 2018. See Photon schedule.

A Java 8 or newer JRE/JDK is required to run all Oxygen packages based on Eclipse 4.7, including running the Installer. The reasoning behind requiring Java 8 are discussed here.

Eclipse 4.7 (Oxygen)

Eclipse 4.7 (Oxygen) was released on June 28, 2017. See Oxygen schedule.

A Java 8 or newer JRE/JDK is required to run all Oxygen packages based on Eclipse 4.7, including running the Installer. The reasoning behind requiring Java 8 are discussed here.

Eclipse 4.6 (Neon)

Eclipse 4.6 (Neon) was released on June 22, 2016. See Neon schedule.

A Java 8 JRE/JDK is required to run all Neon packages based on Eclipse 4.6, including the Installer. The reasoning behind requiring Java 8 are discussed here.

Eclipse 4.5 (Mars)

Eclipse 4.5 (Mars) was released on June 24, 2015.

A Java 7 JRE/JDK is required for all Mars package downloads based on Eclipse 4.5, including the Installer. Information concerning tested configurations for Eclipse 4.5 is provided here.

Eclipse 4.4 (Luna)

Eclipse 4.4 (Luna) was released on June 25, 2014.

A Java 7 JRE/JDK is required for most of the Luna package downloads based on Eclipse 4.4. Information concerning tested configurations for Eclipse 4.4 is provided here.

Eclipse 4.3 (Kepler)

Eclipse 4.3 (Kepler) was released in June 2013.

A Java 6 JRE/JDK is recommended for Eclipse 4.3. More information concerning tested configurations for Eclipse 4.3 is provided here.


JRE/JDK Sources

Warning2.png
Be sure to install a JVM with the same bit level as Eclipse
i.e. install a 32-bit JRE to run 32-bit Eclipse; install a 64-bit JRE to run 64-bit Eclipse

There are several sources for a JRE/JDK. Here are some of the more common/popular ones (listed alphabetically):

Download Eclipse

Download Eclipse from the Eclipse Downloads Page.

There are several package choices. Note that you can install the features from any package into any other package. If you are, for example, planning to do mostly Java development and some C/C++ development, you should download the Eclipse IDE for Java Developers and then add the C/C++ development tools via the "Help > Install New Software..." menu option.

The download will be delivered as a compressed (i.e. a ".zip", or ".tar.gz") file. Decompress this file into the directory of your choice (e.g. "c:\eclipse" on Windows) and ensure you have full Read and Execute permissions. You can optionally create a shortcut of the executable file ("eclipse.exe" on Windows, or "eclipse" on Linux).

Note that there is a known problem with the built-in decompression utility on all current versions of Windows. We recommend that you use a more robust decompression utility such as the open source 7zip when decompressing an Eclipse download. Some people report success when initially decompressing Eclipse into a root directory (e.g. c:\) and then moving it to a more appropriate home (e.g. c:\Program Files\Eclipse)

Configure Eclipse to use the JVM

It is strongly recommended to configure Eclipse with the specific JVM that you want. See the instructions at Eclipse.ini This is a very important step to be sure that Eclipse is using the JVM you intend and can't be influenced by any other software that might alter your system. The JVM used to launch Eclipse has no affect on whether it can compile Java sources for other Java language versions.

Extending Eclipse

Use the Help > Install new software... menu option to add Kepler features to your Eclipse installation (you can, for example, use this option to add C/C++ development support). Additionally, you can tap into a vast collection of extensions provided by the Eclipse community and ecosystem via the Eclipse Marketplace Client (Help > Eclipse Marketplace). Note that not all Eclipse packages contain the Eclipse Marketplace Client.

Troubleshooting

Java was started but returned exit code = 13

If you've "installed" Eclipse but are having trouble getting it to run, the most likely cause is that you have not correctly specified the JVM for it to run under. You may need to edit the eclipse.ini file.

Another common mistake on Microsoft Windows is a mismatch between the "bittedness" of Eclipse and the JVM/JDK. This is the most frequent cause of an Error 13. 64-bit Eclipse requires a 64-bit JVM, and 32-bit Eclipse requires 32-bit JVM--you can not mix-and-match between 32-bit and 64-bit, so make sure the version of Eclipse you installed matches the JVM/JDK that you're using to run it (and make sure you're using eclipse.ini to specify the exact JVM used to run Eclipse, described above).

As a simple test, open a Command Prompt window, move to the directory that is pointed to by the -vm argument in your eclipse.ini, and run the intended java.exe with the -d32 switch to test if it supports 32-bit, or -d64 to test for 64-bit support. It's often simplest to download a version of Eclipse that will work with whatever Java you already have installed.

To open "Eclipse" you need to install the legacy Java SE 6 runtime

On more recent versions of the Mac, if you don't have a full JDK of an appropriately high version installed, the OS produces this bogus message. Installing any JRE will not eliminate this problem. A full JDK needs to be installed on the Mac.

Extraction requires a password or otherwise fails on Windows.

Eclipse downloads are not password protected. This is a known problem with the built-in decompression utility on all current versions of Windows. We recommend that you either download the installer or use a more robust decompression utility such as the open source 7zip when decompressing an Eclipse download. Some people report success when initially decompressing Eclipse into a root directory (e.g. c:\) and then moving it to a more appropriate home (e.g. c:\Program Files\Eclipse)

More information

Back to the top