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




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to