I am looking for a Java decompiler like DJ Java Decompiler but that runs natively on Linux. (Ubuntu/Hardy/64). Can you recommend one ?
|
1
|
|||
|
|
|
I've been pleased with JD-GUI. A Linux version is available, and apparently an Eclipse plugin is on its way. |
||
|
|
|
|
I'm reading a book here that recommends the JAD Java decompiler. But I have never used it. |
||
|
|
|
|
JAD I believe works on both Windows and Linux |
|||
|
|
|
|
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). |
||
|
|
|
|
|
||||||||||
|
|
|
If you are a vim user it is simple to configure it to use JAD to view .class files. Check out this vim plugin. |
||
|
|
|
|
There is a standard decompiler in JDK: javap. Simple and esay to use, but maybe limited for what you want to do. |
||
|
|
|
|
|
||
|
|
