Re: FIX: BCELify - setInitValue()
Stephen Kolaroff <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Try CCK, it is bundled in BCEL. [email protected] wrote: >Thanks, hope someone will fix it. > >Can anyone help me with finding an java class editor? I need to modify >some opcodes, but I didnt find any program that allows this. There are >some, but nothing allows editing. > >I have seen one, in the times of BCEL 4.X, but I have forget its name. >It used the library for manipulating the files. > >I need it because BCELify didnt work (Java Verifier prints some error: >Expecting LONG value on the stack ...) > >Thanks for help > >Niclas Hedhman pĂĹĄe v Ät 21. 10. 2004 v 19:17 +0800: > > >>On Thursday 21 October 2004 18:41, Lukas Zapletal wrote: >> >> >>> field.setInitValue(XXX) >>> >>>but it should be >>> >>> field.setInitValue(XXX); >>> >>> >>To be more exact; >> >>_out.println(" field.setInitValue(" + value + ")"); >> >>should be >> >>_out.println(" field.setInitValue(" + value + ");"); >> >> >>Sorry, I don't have commit right here, and those who does are far apart. >> >>Cheers >>Niclas >> >>