Issue on install of the last Eclipse version #613

CLOSED
Submitted 3 years ago

I try to install (and reinstall) the last version of Eclipse Version: 2020-09 (4.17.0).

when I try to enter a project HelloWorld I have the following error : The project was not built due to "Failed to init ct.sym for C:\Users\Kingdel\AppData\Local\Temp\eoiB29.tmp\plugins\org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.win32.x86_64_14.0.2.v20200815-0932\jre\lib\jrt-fs.jar". Fix the problem, then try refreshing this project and building it since it may be inconsistent HelloWorld Unknown Java Problem"

Comments

  3 years ago

my issue to install eclispe 2020-09 (4.17.0) with Java 15 is now resolved :

I installed Java 15 support for Eclipse 2020-09 (4.17) and in preferences/java/installed JRE I refered java-15

just remain a warning "WARNING: Using incubator modules: jdk.incubator.jpackage, jdk.incubator.foreign"

  3 years ago

That for the report, "WARNING: Using incubator modules: jdk.incubator.jpackage, jdk.incubator.foreign" is a warning issued by the JRE due to the support of the Eclipse IDE for incubating features, we have to use these. Just ignore these warnings.

Please login to write a comment.