How to edit Class files of Java Applications?
Source files in the Java programming language are usually compiled into machine-readable class files and these have a .class file extension.You can edit .class files and develop java applications using ClassEditor (Download it by clicking here). Its a totally free java utility tool. You can easily open class file binaries, view or modify their internal structure or portions. You will need Java Runtime Environment to run it (Download it by clicking here).