I need to change the code in file.class and then save it at same format (file.class) ,please anyone can help me ? thanks
Asked
Active
Viewed 75 times
-2
-
5possible duplicate of [How to change already compiled .class file without decompile?](http://stackoverflow.com/questions/14069082/how-to-change-already-compiled-class-file-without-decompile) – Pradeep Simha Sep 30 '15 at 08:33
-
@Simze but why without decompiler ? – Madhawa Priyashantha Sep 30 '15 at 08:37
1 Answers
1
decompile the class using java decompilers . I prefer JD-compiler. create eclipse project and build project include other dependent class files in a jar.

Abhijeet Kale
- 1,656
- 1
- 16
- 34