zoukankan      html  css  js  c++  java
  • eclipse 反编译插件安装

    Step 1:

    Destination:
    Install the JAD plug-in into eclipse
    Function:
    external links  
    JAD plug-in location : (the following path is a folder's path)
    D:plug-in et.sf.jadclipse_3.3.0
    Structure: (and also set up these  following series of folders under D:plug-in et.sf.jadclipse_3.3.0)
    -|eclipse
        -| plugins
            -| net.sf.jadclipse_3.3.0.jar
    Eclipse Location:
    C:Program FilesDEVoepe-helios
    Structure (also set up these following series of folders&file under C:Program FilesDEVoepe-helios)
    -| Links
        -| jadclipse_3.3.0.link
    File content: (the above file:jadclipse_3.3.0.link 's content)
    path=D:\plug-in\net.sf.jadclipse_3.3.0

    then when click in a .class file
    we needed to add the source file into the
    eclipse then we could see the source code.

    the source code is:
    {JAVA_HOME}src.zip

    Step2:

    1 jd-gui-0.2.9.windows.zip 解压缩到

    D:Program FilesDEVMyEclipse 8.5dropins

    jad.exe 放到{JDK_HOME}jad.exe   例如D:Javajdk1.6injad.exe

    进入eclipse 或者 myeclipse 

     Window-->Preferences--->java--->JadClipse

    做如下设置

    Path to decompiler : D:Javajdk1.6injad.exe

    Directory for temporary files:C:Userscici.net.sf.jadclipse

  • 相关阅读:
    BaseServlet的编写
    两个线程交替打印1-100
    java集合中的HashMap源码分析
    mybatis一级缓存与二级缓存的原理
    mybatis的执行流程
    spring IOC的理解
    一文彻底搞懂面试中常问的各种“锁”
    Dubbo相关的基础
    Servlet基础
    文件传输基础
  • 原文地址:https://www.cnblogs.com/cici-new/p/4351410.html
Copyright © 2011-2022 走看看