Guys, what is the best Java decompiler you use. Use of javap is confusing. Appreciate your help
Printable View
Guys, what is the best Java decompiler you use. Use of javap is confusing. Appreciate your help
I used many of them but the "JBuilder" had the best decompiler I've seen
Anything else.
I heard before about DJ, and people says that it is difficult to use, comparing with JBuilder. Actually I'm searching the most simple one.
I used JAD and it was very simple to use. Just select the file, and it creates a .jad file. Rename the JAD file to .java and voila.
Is it allow to rename as *.java simply?