CGLIB2 is not available&org.objectweb.asm.Type

时间:2014-06-27 12:12:06
【文件属性】:
文件名称:CGLIB2 is not available&org.objectweb.asm.Type
文件大小:540KB
文件格式:RAR
更新时间:2014-06-27 12:12:06
CGLIB2 org.objectweb.asm.Type CGLIB2 关于Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify proxy interfaces.和 java.lang.ClassNotFoundException: org.objectweb.asm.Type错误的解决方法: 就是加入cglib-nodep-2.2.2.jar包,如果加入cglib-2.2.2.jar包,就会报第二种错误
【文件预览】:
cglib-nodep-2.2.2.jar
cglib-2.2.2.jar

网友评论

  • 使spring可以不适用反射机制,直接操作二进制码~~
  • 终于明白为啥报错了,谢谢
  • 终于明白为啥报错了,谢谢
  • 能够解决spring注解映射处理提示ClassNotFoundException: org.objectweb.asm.Type的问题
  • 解决java.lang.ClassNotFoundException: org.objectweb.asm.Type异常问题
  • 解决了项目中的java.lang.ClassNotFoundException
  • 能够解决java.lang.ClassNotFoundException: org.objectweb.asm.Type异常问题,谢谢!
  • 主要使用CGLIB编写一个动态bean。效果还是可以的
  • 原理不太清楚,但确实把我纠结好久的bug解决了,按理说,我是纯的spring2 + strut2的工程,为什么非得用这hibernate的包不可,不理解
  • 使spring可以不适用反射机制,直接操作二进制码~~
  • 能够解决Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify proxy interfaces.和 java.lang.ClassNotFoundException: org.objectweb.asm.Type错误,非常感谢!