vote up 5 vote down star
1

I am looking for a Java decompiler like DJ Java Decompiler but that runs natively on Linux. (Ubuntu/Hardy/64). Can you recommend one ?

flag

67% accept rate
imho jad is a better decompiler than dj to begin with. I'd recommend jad over dj for your use on both windows and Linux. – shsteimer Jan 21 at 15:21

10 Answers

vote up 5 vote down check

I've been pleased with JD-GUI. A Linux version is available, and apparently an Eclipse plugin is on its way.

link|flag
vote up 1 vote down

I'm reading a book here that recommends the JAD Java decompiler. But I have never used it.

link|flag
vote up 2 vote down

JAD I believe works on both Windows and Linux

link|flag
vote up 3 vote down

I've had great success using the JAD decompiler which runs quite happily on Linux. The front page includes links to FrontEndPlus, a GUI app which uses JAD as the backend (although I haven't used this, so can't comment).

link|flag
vote up 11 vote down

You can use Jad, which can also be included in Eclipse using JadClipse.

link|flag
Note that jadclipse has an update site - use the 3.3 site described in wiki.objectstyle.org/confluence/display/… – Thorbjørn Ravn Andersen Jan 21 at 13:13
The DJ Java Decompiler uses Jad for the hard work anyhow. So any Linux based Jad solution fits 'like DJ Java Decompiler'-requirement. – Rene Jan 31 at 9:04
where can one fetch the Jad binary these days? kpdus.com/jad.html seems to be parked… – bene May 5 at 11:30
the Jad link is dead – hasen j Dec 10 at 22:22
from the jadclipse wiki, the link to jad is varaneckas.com/jad – hasen j Dec 10 at 22:22
vote up 3 vote down

If you are a vim user it is simple to configure it to use JAD to view .class files. Check out this vim plugin.

link|flag
vote up 1 vote down

JarInspector

link|flag
vote up 0 vote down

There is a standard decompiler in JDK: javap. Simple and esay to use, but maybe limited for what you want to do.

link|flag
vote up 0 vote down
  1. JadRetro+Jad.

  2. JD-GUI is also good (it's becoming mature nowadays but it can't fully replace Jad at present).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.