Possible Duplicate:
java bytecode editor?
I am looking for a way to directly edit a .class file that was packed in a .jar. I have extracted the .jar file, and have a series of .class files (exactly speaking. GUImain.class is the one that I wish to edit) and need to change some strings and remove some values from being displayed. I cannot do this in a simple hex editor, as the string length will be changing to 3/4 it's current length Whenever I decompile the class files, edit them with my IDE, and attempt to recompile, I get several errors, even working out of the same folder as the copied originals. Could anybody help me out?