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文件得到源码并显示。

    路慢慢其休远羲,吾将上下而求所
  • 相关阅读:
    二维数组排序
    php-快速排序
    sql优化相关
    全页面静态化缓存
    php--1-100相加之和
    php--阶乘
    socket
    posix_getpid 函数win下失效问题
    水仙花数
    常用的魔术方法
  • 原文地址:https://www.cnblogs.com/garinzhang/p/3010086.html
Copyright © 2011-2022 走看看