How to set a Java project facet to 12?

点点圈 提交于 2019-12-02 17:46:46

问题


I'm trying to set up a JavaEE project with Java 12 in Eclipse 2019-03 (4.11). I installed support for Java 12 and the following web tools:

If I set the compiler and jdk to 12, I get an error that it does not match the facet number which is 11. I don't have a way to choose 12:

I installed JBoss Tools too which support Java 12:

Why can't I choose java facet 12?


回答1:


Just like you had to patch JDT support for 12 onto 2019-03, a Java 12 Facet doesn't exist yet. We're looking into having one for 2019-06, pending resources.



来源:https://stackoverflow.com/questions/55774606/how-to-set-a-java-project-facet-to-12

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!