The compiler compliance specified is 1.7 but a JRE
更新:HHH   时间:2023-1-7


警告:The compiler compliance specified is 1.7 but a JRE 1.8 is used

解决:

右键点击项目>Properties>Java Compiler>将Compiler compliance level改为1.8 ,再点击Apply and close

返回web开发教程...