Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我试图在 Eclipse 上的 Spring 中运行一个简单的静态切入点示例时,我遇到了以下错误消息:-
java.lang.IncompatibleClassChangeError: 类 net.sf.cglib.core.DebuggingClassWriter 有接口 org.objectweb.asm.ClassVisitor
首先,找出哪个 cglib 版本与 asm-3.1 兼容。其次,只使用兼容版本。现在您使用 2 个不同版本的 cglib jars(这总是很糟糕)。