警告: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

The compiler compliance specified is 1.7 but a JRE

转载于:https://blog.51cto.com/14150615/2339511

相关文章: