在根据http://www.springframework.org/docs/MVC-step-by-step/Spring-MVC-step-by-step-Part-1.html学习的时候,在部署测试的时候,出现Unsupported major.minor version 49.0的问题,发现是JDK版本的问题。在eclipse中工程属性的页面中将compiler compliance level 设置为1.4即可解决。 相关文章: 2021-11-22 2021-07-17 2021-10-26 2021-09-08 2021-09-17 2021-06-28 2021-06-09