英文:
How to use Java version 15 in Eclipse 2020-09
问题
我正在尝试在 Eclipse 2020-09 下运行新的 Java 15 功能。
我已经安装了 OpenJDK 15,并在 "已安装的 JRE" 下进行了设置:
然而,我无法将此版本设置为编译器版本(只能到 14 版):
我做错了什么?
英文:
I'm trying to run the new Java 15 features under Eclipse 2020-09.
I have installed OpenJDK 15 and set it under "Installed JRE":
Nevertheless I cannot set this version as compiler version (only till version 14):
What am I doing wrong?
答案1
得分: 9
Eclipse需要一个专用的插件来支持Java 15。
>这个市场解决方案为Eclipse 2020-09 (4.17)提供了Java 15的支持。
英文:
Eclipse needs a dedicated plugin to support Java 15.
>This marketplace solution provides Java 15 support for Eclipse 2020-09 (4.17)
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论