Opps
Seeems that CCK had dropped from BCEL 5.
Is it by accident?

[EMAIL PROTECTED] wrote:

Thanks for help, but there is nothing in there (in the current version).
Did I missed something? Or did you mean the version 4.0 ?

Best regards

LZ
Stephen Kolaroff pÃÅe v Ät 21. 10. 2004 v 17:05 +0300:


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]








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



Reply via email to