Spring Framework version:spring-framework-3.2.2-dist

Exception :at org.springframework.asm.ClassReader.<init>(Unknown Source)

 

解决办法:查看jre的版本,如果是1.8,请试用1.7

然后在eclipse中重新编译项目:在Properties-->JAVA Compiler-中的Compiler compliance level从1.8改成1.7,之后就可以运行了