I tried it for the first time today and I can't appear to edit a String in a class file. In the details all I see is a String value (543) and the Description says "The string_index items points to a Utf8 structure".
Is there something I should be doing to enable editing?
Thanks
Bernard
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I guess you are trying to edit a String value in the constant pool. ClassEditor does allow editing of String values in the constant pool.
As a saftey measure, whenever ClassEditor is started, it starts in 'read only' mode and won't let you edit any class file. To go into 'modify mode' you should push the green colored button on the top right hand corner of the ClassEditor screen that says "Modify Mode (Off)".
Thanks,
Tanmay.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there
This is a nice tool.
I tried it for the first time today and I can't appear to edit a String in a class file. In the details all I see is a String value (543) and the Description says "The string_index items points to a Utf8 structure".
Is there something I should be doing to enable editing?
Thanks
Bernard
Hi Bernard,
I guess you are trying to edit a String value in the constant pool. ClassEditor does allow editing of String values in the constant pool.
As a saftey measure, whenever ClassEditor is started, it starts in 'read only' mode and won't let you edit any class file. To go into 'modify mode' you should push the green colored button on the top right hand corner of the ClassEditor screen that says "Modify Mode (Off)".
Thanks,
Tanmay.
i'm trying to do the same thing
but it isn't saving the changes even if on the top right modify mode in on
ow, that`s same to my problem, you can fix it by re-install your java…that`s worked in my pc ..! :D