“Faceted Project Problem (Java Version Mismatch)” error message

后端 未结 5 1379
情书的邮戳
情书的邮戳 2020-11-27 13:32

Eclipse\'s \"problems\" tab is displaying this error:

Description: Java compiler level does not match the version of the installed Java project facet.

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-27 14:05

    The project facets should be derived automagically by the M2Eclipse plugin from the POM configuration. If you make some changes to the POM and need Eclipse to take them into account, right-click on your project, then go to Maven > Update Project Configuration. You should not set project facets manually.

提交回复
热议问题