You should try the latest from git master. Gary
On Wed, Feb 2, 2022, 15:41 Stefan Reich <stefan.reich.maker.of....@googlemail.com.invalid> wrote: > Hi again, > > actual problem this time... > > I think I am doing everything right... Decompilation in javap -v looks > just like it should. But I get a VerifyError... I'm using JDK 17. Full > program attached. Please advice, thank you :) > > # javac -cp bcel-6.5.0.jar MakeBadClassFile.java > # java -cp bcel-6.5.0.jar:. MakeBadClassFile > # java BadClassFile > Error: Unable to initialize main class BadClassFile > Caused by: java.lang.VerifyError: (class: BadClassFile, method: main > signature: ([Ljava/lang/String;)V) Illegal type in constant pool > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org