Description Resource Path Location Type Java compiler level does not match the version of the instal
时间:2014-12-18 17:00:28
收藏:0
阅读:279
这是由于Java项目的jdk版本和Project Facets下的jdk版本不一致导致的,解决方法如下:
右键项目“Properties”,在弹出的“Properties”窗口左侧,单击“Project Facets”,打开“Project Facets”页面。 在页面中的“Java”下拉列表中,选择相应版本就OK了
评论(0)