JAD:java反编译工具


http://www.mkyong.com/java/java-decompiler-plugin-for-eclipse/

1. Download Jad

Official Jad website seem not working any more, try mirror download links instead.
Jad Official website
http://www.kpdus.com/jad.html

Jad mirror download

http://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/JAD.shtml
http://www.varaneckas.com/jad



2. Download Jad Eclipse plugin

Download the Jad Eclipse plugin named “Jabclipse (net.sf.jadclipse_x.x.x.jar)”
http://sourceforge.net/projects/jadclipse/

3. Copy it to Eclipse plugin folder
Copy the downloaded Jad Eclipse plugin – Jabclipse(jadclipse_x.x.x.jar) to Eclipse plugin folder.
For example,
D:\eclipse\plugins\net.sf.jadclipse_3.3.0.jar

4. Restart Eclipse
Restart Eclipse to make the plugin take effect.


5. Configure Jadclipse in Eclipse

In Eclipse, Click Window –> Preference –> Java –> Jadclipse , Key in Jad’s path in “Path to Decompiler” field

JAD:java反编译工具


6. Done

In Eclipse, try F3 into any class which does not has the source, Jad will decompile it automatically.

你可能感兴趣的:(java)