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

后端 未结 12 1670
不知归路
不知归路 2020-12-07 07:19

I have created a New Dynamic Project under Eclipse Helios Version, where my JRE Version is set to 1.6. I have added Maven capabilities to the Web Application by clicking on

12条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 08:00

    If your project is not a Maven project, right-click on your project and choose Properties to open the Project Properties dialog.

    There is a Project Facets item on the left, select it, look for the Java facet on the list, choose which version you want to use for the project and apply.

提交回复
热议问题