How to set a Java project facet to 12?

2020-05-06 08:29发布

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:

enter image description here

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:

enter image description here

I installed JBoss Tools too which support Java 12:

enter image description here

Why can't I choose java facet 12?

1条回答
再贱就再见
2楼-- · 2020-05-06 09:08

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.

查看更多
登录 后发表回答