zoukankan      html  css  js  c++  java
  • [Tools] JDGUI(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文件得到源码并显示。

    路慢慢其休远羲,吾将上下而求所
  • 相关阅读:
    存储过程分页
    连接数据库
    绑定数据
    有关最近做的项目中用到的日期控件
    循环累加 由for _foreach
    打印gridview 中的所有内容
    list<>操作
    创建表两个主键外键~~~
    连接数据库sql server 2005
    WPF控件编程
  • 原文地址:https://www.cnblogs.com/garinzhang/p/3010086.html
Copyright © 2011-2022 走看看