[Tools] JD-GUI(Java Decompiler)

一款不错的java反编译器:http://java.decompiler.free.fr/地址换了:http://jd.benow.ca/

可以下载本地的版本和Eclipse版本

Eclipse配置:

  1. From the Help menu in Eclipse, select Install New Software... to open an Install dialog window (shown below)
  2. Add a new repository to add JD-Eclipse plug-in:
    1. Click on the Add... button to open the New Repository dialog window.
    2. Type JD-Eclipse Update Site in the site Name text box.
    3. In the URL text box, type the URL for the JD-Eclipse update site: http://jd.benow.ca/jd-eclipse/updateand click OK.
  3. Check boxes "Java Decompiler Eclipse Plug-in" and "JD-Eclipse Plug-in", and click on Next buttons.
  4. Choose the option to accept the terms of the license agreement.

     

安装完毕之后,按F3可能还是原来的class查看器,不能正常调用jd的class查看器,此时需要设置class文件的关联打开方式为jd程序,如下图:Eclipse默认的是Viewer,jd插件安装之后会多出一个Editor,选择那个并设置为默认的,则在F3的时候可以看到,如果找不到源码则会反编译class文件得到源码并显示。

[Tools] JD-GUI(Java Decompiler)

你可能感兴趣的:(compiler)