Mr.Y
Mr.Y

Reputation: 875

Eclipse Oxygen - Trouble adding JRE/JDK 9

I'm getting the following error when trying to add JDK 9. It's working with JDK 8, but not JDK 9.

Please advise.

Error with JDK9

Upvotes: 5

Views: 562

Answers (3)

titou10
titou10

Reputation: 2977

The official version of eclipse that supports Java 9 is v4.7.1a (Notice the "a" at the end)
The release notes are here
It is available since October 11
This version also includes support for JUnit 5
You can download it here as before

Upvotes: 1

Mario Marinato
Mario Marinato

Reputation: 4617

I had the same problem. I downloaded the newest Eclipse, 4.7.1, and could not add a JRE/JDK 9.

This is what I did to solve the problem: Help -> Check for Updates. Three updates were found. I installed the first one, "Eclipse for RCP and RAP Developers", and voilà!

I could finally add a JRE/JDK 9. It worked via both "Add..." and "Search..." buttons.

Upvotes: 0

VHS
VHS

Reputation: 10174

Add Java 9 support for Oxygen. Read this link. Java 9 stable release has launched only today. So it is not yet available in the base Oxygen package. If you are in a hurry to use Java 9 with Eclipse, you can download the support patch from market place.

Upvotes: 1

Related Questions