项目的JDK版本与eclipse的JDK版本冲突
Description Resource Path Location Type Java compiler level does not match the version of the instal
解决办法
在项目上右键Properties-》Project Facets,在打开的Project Facets页面中的Java下拉列表中,选择相应版本。
有可能是java1.6 改成java6之类的
感谢您的阅读,您的支持是我写博客动力。
Description Resource Path Location Type Java compiler level does not match the version of the instal
解决办法
在项目上右键Properties-》Project Facets,在打开的Project Facets页面中的Java下拉列表中,选择相应版本。
有可能是java1.6 改成java6之类的
感谢您的阅读,您的支持是我写博客动力。