Eclipse Indigo with JDK9

I wanted to try the latest Java from the openJdk9 repository with my pretty ancient Eclipse. I downloaded, built and installed it, everything worked fine. Then I set it as the default JVM for Eclipse, everything was recompiled, but with errors, because Java base classes, such as java.lang.CharSequence, were not found.

The build string looks great, and it does rt.jar. build path

Is there something that blocks Eclipse Indigo from using JDK9? I'm not trying to explore new Java features, I just wanted to measure performance using the latest version.

+3
source share
1 answer

The message from the Eclipse developers is clear :

Indigo - Eclipse. Eclipse.

Eclipse Oxygen.1a (4.7.1a) Release, 11 , 2017 JPMS.


, rt.jar.

Java 9 rt.jar tools.jar . : -

, jre, rt.jar tools.jar, , , /, , , jrt .

+1

All Articles