Issue
I couldn't find any resource listing any plugin for support for JDK 14 EA builds. Is there a more recent build of Eclipse Java IDE with support for JDK 14 or at least a plugin to support it from the marketplace?
Solution
It's too early for that. Remember that Eclipse must not only understand Java 14, but also has its own compiler, which in Java 14 must be able to compile Records, for example.
- The
BETA_JAVA14
branch has been created. - See Eclipse bug 549808 tree for what needs to be implemented for Java 14 support.
- Add yourself to the CC list of Eclipse bug 551486 to receive e-mails about the progress when builds that can be installed are available and when there will be an Eclipse Marketplace entry.
Answered By - howlger
Answer Checked By - Terry (JavaFixing Volunteer)