java.lang.NoClassDefFoundError: org/objectweb/asm/Type

Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm/Type

解决方法:将Hibernate lib包下的asm.jar添加到项目的library中。

nested exception is  java.lang.NoClassDefFoundError:net/sf/cglib/proxy/CallbackFilter

解决方法:将Hibernate lib包下的cglib-2.1.3.jar添加到项目的library中。

上一篇:Android企业级程序完全退出的解决方案


下一篇:[bzoj1500][NOI2005]维修数列——splay