PDA

Click to See Complete Forum and Search --> : [RESOLVED] Java decompiler


eranga262154
Jul 2nd, 2007, 12:01 AM
Guys, what is the best Java decompiler you use. Use of javap is confusing. Appreciate your help

ComputerJy
Jul 2nd, 2007, 12:54 AM
I used many of them but the "JBuilder" had the best decompiler I've seen

eranga262154
Jul 2nd, 2007, 09:55 PM
Anything else.

ComputerJy
Jul 3rd, 2007, 01:05 AM
There is DJ (http://members.fortunecity.com/neshkov/dj.html) and JAD (http://www.kpdus.com/jad.html) but I haven't tried them yet

eranga262154
Jul 3rd, 2007, 01:10 AM
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.

kfcSmitty
Jul 3rd, 2007, 08:16 AM
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.

eranga262154
Jul 3rd, 2007, 10:15 PM
Is it allow to rename as *.java simply?