Description Resource Path Location Type Java compiler level does not match the version of(图解)

来源:互联网 发布:淘宝捡漏qq群 编辑:程序博客网 时间:2024/06/05 06:02

Description Resource Path Location Type Java compiler level does not match the version of


project 编译问题,需要三处的jdk版本要保持一致,才能编译通过。


1、在项目上右键properties->project Facets->修改右侧的version  保持一致


2、window->preferences->java->Compiler->设置右侧的Compiler compliance level


3、window->preferences->java->Installed JREs->设置或者选择右侧的Installed JREs


以上三处的jdk版本要保持一致,才能编译通过


另外,一般新导入的工程需要设置编码格式,如下图:


1 0
原创粉丝点击