java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.
After some investigation, it placed a asm-3.1.jar in glassfish\lib which duplicated the original asm.jar. It encounters some class loading problem. It works fine after deleting the original asm.jar.
No comments:
Post a Comment