我想为我的应用编写一些测试。 App使用Spring,JPA2(Hibernate),Tomcat 7,Java7 SE。 当我创建测试并尝试运行时,我得到:
java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file ...
我找到了解释 here。 它说没有方法体。好吧似乎是真的...... 但是当我点击Idea中的“Debug”时我的项目是如何运行的? 它编译并运行得很好! 这是我的classpath截图: http://i056.radikal.ru/1312/0c/724cabceb86a.jpg 所有需要的库,项目工作,但测试没有。