I need a Java decompiler

1.7k Views Asked by At

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?

3

There are 3 best solutions below

0
On
0
On

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

Recursive Java Decompiler

0
On

Check out JD-GUI.