For Kepler SR2 (4.3.2) a feature patch needs to be installed in order to get JAVA 8 support. Follow these steps:

  • Eclipse - Help (MENU) > Install New Software...

  • enter the following URL into the 'Work with' field:
    http://download.eclipse.org/eclipse/updates/4.3-P-builds/

  • press 'Enter'

  • select category 'Eclipse Java 8 Support (for Kepler SR2)'
  • click 'Next'
  • click 'Next'
  • accept the license
  • click 'Finish'

  • restart Eclipse when asked

source: link

@Elisabeth

In order to have the desired JRE/ JDK on BuildPath, follow these steps.

  • Right click on Project from Package Explorer
  • Select BuildPath and then select Configure Builpath
  • Select Libraries Tab from the popped up Properties window
  • Select the current JRE System Library
  • Click Remove button
  • Click on Add Library button
  • Select JRE System Library
  • There you will be able to add your desired JRE/ JDK version using 3 different methods.

If you don't find your desired version of JRE/ JDK there in those 3 options, then you will have to install that first. The following link helps you in detail with screen shots to do the same. Hope it helps.

source: link

Answer from Hari Gudigundla on Stack Overflow
🌐
Eclipse
wiki.eclipse.org › Eclipse › Installation
Eclipse/Installation - Eclipsepedia
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) was released on June 24, 2015. A Java 7 JRE/JDK is required for all Mars package downloads based on Eclipse 4.5, ...
Top answer
1 of 7
23

For Kepler SR2 (4.3.2) a feature patch needs to be installed in order to get JAVA 8 support. Follow these steps:

  • Eclipse - Help (MENU) > Install New Software...

  • enter the following URL into the 'Work with' field:
    http://download.eclipse.org/eclipse/updates/4.3-P-builds/

  • press 'Enter'

  • select category 'Eclipse Java 8 Support (for Kepler SR2)'
  • click 'Next'
  • click 'Next'
  • accept the license
  • click 'Finish'

  • restart Eclipse when asked

source: link

@Elisabeth

In order to have the desired JRE/ JDK on BuildPath, follow these steps.

  • Right click on Project from Package Explorer
  • Select BuildPath and then select Configure Builpath
  • Select Libraries Tab from the popped up Properties window
  • Select the current JRE System Library
  • Click Remove button
  • Click on Add Library button
  • Select JRE System Library
  • There you will be able to add your desired JRE/ JDK version using 3 different methods.

If you don't find your desired version of JRE/ JDK there in those 3 options, then you will have to install that first. The following link helps you in detail with screen shots to do the same. Hope it helps.

source: link

2 of 7
7

As written in https://wiki.eclipse.org/JDT_Core/Java8 :

"Starting with I20140318-0830 all our Luna (4.4) builds contain the Eclipse support for Java 8. For Kepler SR2 (4.3.2) a feature patch is available. "

So right now you need to download a non stable eclipse release.

Go to : http://download.eclipse.org/eclipse/downloads/

There download a release older than or equals to I20140318-0830

Then you choose your version according to your OS :

click on the (http) link, the download will start :

Note that according to eclipse website : Java 8 has not yet landed in our standard download packages. But you can add it to your existing Eclipse Kepler SR2 package. It will be included in the Luna packages starting with M7 on May 9/2014.

so after May 9/2014 getting eclipse working with java 8 will be simpler.

🌐
The Eclipse Foundation
eclipse.org › downloads › packages › release › luna › sr2 › eclipse-ide-java-developers
Eclipse IDE for Java Developers | Eclipse Packages
The essential tools for any Java developer, including a Java IDE, a CVS client, Git client, XML Editor, Mylyn, Maven integration and WindowBuilder
🌐
Quora
quora.com › Which-Eclipse-version-supports-Java-1-8
Which Eclipse version supports Java 1.8? - Quora
Answer (1 of 5): As per the Eclipse Wiki page https://wiki.eclipse.org/JDT_Core/Java8 "Starting with I20140318-0830 all our Luna (4.4) builds contain the Eclipse support for Java™ 8. For Kepler SR2 (4.3.2) a feature patch is available."
🌐
Adoptium
adoptium.net › temurin › releases
Latest Releases | Adoptium
All VersionsJDK 25 - LTSJDK 21 - LTSJDK 17 - LTSJDK 11 - LTSJDK 8 - LTS · No releases match your current filter criteria. Try adjusting your selections or reset all filters to see available releases.
🌐
The Eclipse Foundation
eclipse.org › downloads › packages › release › kepler › sr2-java8-patches › eclipse-ide-java-ee-developers
Eclipse IDE for Java EE Developers | Eclipse Packages
Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.
🌐
Eclipse Che
eclipsesource.com › blogs › 2014 › 03 › 25 › eclipse-support-for-java-8
Eclipse Support for Java 8
Java 8 is available in builds towards Eclipse Luna (2014 Release coming in June) and as an update for Eclipse Kepler (2013 Release). To develop Java 8 applications, you will first need to install a Java 8 JDK.
Find elsewhere
🌐
The Eclipse Foundation
eclipse.org › forums › index.php › t › 1105990
Eclipse Community Forums: Java Development Tools (JDT) » Using latest Eclipse for Java with Java 8 | The Eclipse Foundation
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks.
🌐
Usfca
tutoringcenter.cs.usfca.edu › resources › setting-up-java-and-eclipse.html
Setting Up Java and Eclipse - CS Tutoring Center
Long story short, even though you might be using Java 7 to write code, you may need to reinstall Apple's version of the Java 6 JRE to run Eclipse AFTER you install the Java 7 JDK. To do this, go to the following URL: ... After rebooting, hopefully Eclipse will startup without a problem.
🌐
Tuhrig
tuhrig.de › java-8-in-eclipse-kepler-and-luna
Java 8 in Eclipse (Kepler and Luna)
April 1, 2014 - It was released on March 18th this year. Yeah! But - Eclipse, the biggest and most popular Java IDE is a little bit behind the schedule (at least IMHO). There is no official Eclipse version for Java 8 right now!
🌐
Dartmouth College
cs.dartmouth.edu › ~scot › cs10 › windows_install › windows_install.html
Installing Java 8 and Eclipse on Windows
Click the option to download Java Platform (JDK). The next screen will look like this: Click the radio button next to "Accept License Agreement" and then click on jdk-8u65-windows-x64.exe. You'll be asked whether to save the file that is going to be downloaded; click on Run.
🌐
Eclipse
wiki.eclipse.org › Eclipse › Installation › Java8Required
Eclipse/Installation/Java8Required - Eclipsepedia
As of Eclipse Platform 4.6, and the Neon release, a Java 8 (or later) JRE or JDK is required to run Eclipse. There was open discussion in the Platform and EPP communities about this decision. In the end, a few hard requirements to make useful packages tipped the scales.
🌐
Eclipse
wiki.eclipse.org › JDT_Core › Java8
JDT Core/Java8 - Eclipsepedia
Starting with I20140318-0830 all our Luna (4.4) builds contain the Eclipse support for Java™ 8. For Kepler SR2 (4.3.2) a feature patch is available.
🌐
The Eclipse Foundation
eclipse.org › downloads › packages › release › kepler › sr2-java8-patches
Kepler SR2-with-Java8-patches | Eclipse Packages
The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and vendor-neutral environment for open source software collaboration and innovation. ... Please note that this is a developer build which might contain issues. ... This package contains framework and tools to leverage models : an Ecore graphical modeler (class-like diagram), Java code generation utility for RCP applications and the EMF Framework, model comparison support, support for XSD schemas, OCL and graphical modeler runtimes.
🌐
Eclipse Marketplace
marketplace.eclipse.org › free-tagging › java-8
java 8 | Eclipse Plugins, Bundles and Products - Eclipse Marketplace | Eclipse Foundation
`jjs` is util inside Java 8 JDK to work with Nashorn JavaScript engine (https://blogs.oracle.com/nashorn/).
🌐
Eclipse
blogs.eclipse.org › post › wayne-beaton › add-java-8-support-eclipse-kepler
Add Java 8 support to Eclipse Kepler | Eclipse Foundation Staff Blogs
In the Create a Java Project dialog, specify that your project will use a JavaSE-1.8 JRE. It’s probably better to do this on the project as this will become a project setting that will follow the project into your version ...
🌐
Eclipse
download.eclipse.org › oomph › jre
Java Missing | The Eclipse Foundation
Manual addition of --add-modules ALL-SYSTEM required for applications based on Eclipse Neon (4.7) or older. Manual addition of --add-modules ALL-SYSTEM required for applications based on Eclipse Neon (4.7) or older.
🌐
Bytes Lounge
byteslounge.com › tutorials › how-to-install-java-8-in-eclipse-ide
How to configure Java 8 in Eclipse IDE
Download the Java 8 JDK/JRE from Oracle download website · Download Eclipse Kepler or later (in this article I have used Kepler 4.3.2 version with the required Java 8 patches already included)