-2

I need to change the code in file.class and then save it at same format (file.class) ,please anyone can help me ? thanks

1 Answers1

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