org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 18
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Apache's JIRA Issue Tracker by David Carr, 1 year ago
via Apache's JIRA Issue Tracker by David Carr, 1 year ago
via apache.org by Unknown author, 2 years ago
via apache.org by Unknown author, 2 years ago
via Apache Bugzilla by joshsandusky, 1 year ago
via GitHub by glts
, 2 years agoorg.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 18
at org.apache.bcel.classfile.Constant.readConstant(Constant.java:146)
at org.apache.bcel.classfile.ConstantPool.
(ConstantPool.java:67) at org.apache.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:222)
at org.apache.bcel.classfile.ClassParser.parse(ClassParser.java:136)
at TestMain.main(TestMain.java:11)