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

  • 相关阅读:
    php 调试
    php 格式
    php 函数 将数组转换成标量变量:extract()
    jQuery 方法
    php echo字符串的连接格式
    wampserver php 设置时间
    TableView使用CATransform3D特效动画
    苹果手机制作gif图片
    全局修改Lable/Button字体
    关于 presentViewController 时机
  • 原文地址:https://www.cnblogs.com/cici-new/p/4351410.html
Copyright © 2011-2022 走看看