Jörg wrote: You have other ASM classes on the classpath or you're using some code that depends on a different version.
even I delete all jar about asm on classpath, I still got same problem. I am wandering whether I need to use asm-3.2.jar to replace the asm part in the javaflow and package a new javeflow.jar again. >From Wayne. 2011/6/7 Jörg Schaible <[email protected]>: > wayne wrote: > >> I look up the source code of AssertionViolatedException >> >> the reason is :Instances of this class should never be thrown. When >> such an instance is thrown, >> * this is due to an INTERNAL ERROR of BCEL's class file verifier >> >> about java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter, I >> do not know why. > > You have other ASM classes on the classpath or you're using some code that > depends on a different version. > > - Jörg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
