1

Possible Duplicate:
Where can I find a Java decompiler?

Can I have some recommendations on a good GUI based Java decompiler like jd-gui? I need the compiler to be able to save all source code (like a package) at once. The jd-gui can do such a task, just when it saves all the classes are blank. Any recommendations?

Community
  • 1
  • 1
Dennis
  • 135
  • 3
  • 8

3 Answers3

1

Check out JD-GUI.

dogbane
  • 266,786
  • 75
  • 396
  • 414
0

May be DJ java decompiler?

Sergey Vedernikov
  • 7,609
  • 2
  • 25
  • 27
0

I wrote a Recursive Java Decompiler based on JAD a while ago. See if it will help you.

Recursive Java Decompiler

adarshr
  • 61,315
  • 23
  • 138
  • 167