Search
Calendar
June 2025
S M T W T F S
« May    
1234567
891011121314
15161718192021
22232425262728
2930  
Archives

PostHeaderIcon org.objectweb.asm.ClassWriter.

On calling:

MockClassControl.createStrictControl(Toto.class);

Error:

java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V

Fix: add a dependency to cglib-full-2.0.2.jar before the other dependencies.

Leave a Reply