Skip to main content

Java for Windows



         Thank you for using
Eclipse Installer


Unfortunately the Java version needed to run Eclipse Installer couldn't be found on your system. You need the following version or a higher version:

     Java 1.7.0 (64 Bit)


Please download and install a Java Runtime Environment (JRE) or a Java Development Kit (JDK).

On Windows, installing Java 11 or 12 will not fix your problem. The Oracle Java 11/12 installers do not register Java as the default JRE on the system path, nor place its entries in the expected location in the system registry.

Please download the latest version of the installer:
Download 64 bit
This version of the installer can install any version of Eclipse you may want and it recognizes the locations of Java 11 or higher installations. Keep in mind though that older versions of Eclipse will not function with more recent Java versions, i.e., with Java 9 or higher.

Alternatively, even if you plan to use Java 11 or Java 12 in your development environment, you should consider also installing Java 8 so that your system path has a JRE/JDK usable as the default for any current or older Eclipse version. Most likely you will want to install a 64 bit version. Pay particular attention to that choice when installing a Java 8 JDK/JRE.
 

        AdoptOpenJDK 8, 11, 14

Provides both Hotspot and J9 variants.

        Oracle JDK 14

Manual addition of --add-modules ALL-SYSTEM required for applications based on Eclipse Neon (4.7) or older.

        Oracle JDK 13

Manual addition of --add-modules ALL-SYSTEM required for applications based on Eclipse Neon (4.7) or older. This version has reached end of life. Use JDK 14 instead.

        Oracle JDK 12

Manual addition of --add-modules ALL-SYSTEM required for applications based on Eclipse Neon (4.7) or older. This version has reached end of life. Use JDK 14 instead.

        Oracle JDK 11

Manual addition of --add-modules ALL-SYSTEM required for applications based on Eclipse Neon (4.7) or older.
The best default choice for Eclipse products Oxygen version and newer, i.e., for any recent or current Eclipse product.

        Oracle JDK 10

Manual addition of --add-modules ALL-SYSTEM required for applications based on Eclipse Neon (4.7) or older.

        Oracle JDK 9

Manual addition of --add-modules ALL-SYSTEM required for applications based on Eclipse Neon (4.7) or older.

        Oracle JDK 8        Oracle JRE 8

A good choice for Eclipse products 2020-06 version and older.

        Oracle JDK 7        Oracle JRE 7
        Oracle JDK 6
        Oracle JDK 1.5
        Oracle JDK 1.4
        Oracle JDK 1.3
        Oracle JDK 1.2

Back to the top