Re: java.lang.IncompatibleClassChangeError Found interface org.objectweb.asm.FieldVisitor, but class was expected
Posted by agavazuk on Jul 28, 2015; 10:22pm
URL: https://discuss.asciidoctor.org/java-lang-IncompatibleClassChangeError-Found-interface-org-objectweb-asm-FieldVisitor-but-class-was-d-tp3573p3575.html
Hi again,
another solution to the problem is to find a guilty guy :) - in my case its guice v3.0, I have to migrate to 4.0 where asm interface falls into different package name.
Dan, thank you very much for the idea with new version