编译程序遇到了问题:Java compiler level does not match the version of the installed Java p

编译程序,遇到了以下问题:

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

搜索了一下找到问题的根源了:见资料:“http://www.eclipsezone.com/eclipse/forums/t80428.html”,原因如下:

 

A wtp project is composed of multiple units of functionality (known as facets). Take a look at Project Properties -> Project Facets panel. The java facet version needs to always match the java compiler compliance level. The best way to change java level is to use the Project Facets properties panel as that will update both places at the same time. Alternatively, when you get the error that you are referring to, there are quick fixes available to resolve it.

 

按照说明修改了一下配置,好了

你可能感兴趣的:(java,eclipse,html)