Re: Invalid constant pool reference: 28088. Constant pool size is: 1024
Stephen Kolaroff <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Ops, about verifier:
the main verifier class is:
org.apache.bcel.verifier.Verifier:
....
org.apache.bcel.verifier.Verifier.main(new String[]
{classGen.getClassName().replace('.', '/')+".class"});
...
is the entry point to its cmdline interface.