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 jar を使用しています (これは常に悪いことです)。