zoukankan      html  css  js  c++  java
  • Eclipse如何安装JD-Eclipse反编译插件

    一、Eclipse在线安装JD-Eclipse反编译插件

    1、在eclipse的help—》Install New Software...中添加新软件开发,添加它的源:

    name:jd-eclipse_update_site
    address:http://jd.benow.ca/jd-eclipse/update

    出现上面的界面,说明已经安装过了。

    2、选择出现的资源,一路next安装,最后重启;

    3、在窗口 —》 首选项(preference) —》 常规 —》 编辑器(editor) —》 文件关联 中设置,将*.class 和 *.class without source的默认的相关联编辑器改为class file editor。

    二、离线安装JD-Eclipse反编译插件
     
    先下载插件包:
     
    官网:
     
    http://java.decompiler.free.fr/
     
    http://jd.benow.ca/#jd-gui-download
     
    或者:http://aniyo.iteye.com/blog/1336622
     
     
     
    1、 下载jdeclipse_update_site.zip,解压,将plugins文件下的jd.ide.eclipse_0.1.3.jar和 jd.ide.eclipse.win32.x86_0.1.3.jar复制到eclipse安装目录下的plugins里 ;
     
    2、在eclipse里安装,选择help下的安装插件install new soft 或者叫update ……版本不同不一样,自己看哈  然后 点add site ,在弹出来的框的location选择刚下载的包的路径  然后下一步,安装即可 ;
     
    3、安装好后,修改一个设置,选window-preferences  在输入框输入file Associations  在右边选*.class  下面将class file editor设置为默认的即可(点右边的default)。
  • 相关阅读:
    【PAT】B1041 考试座位号(15 分)
    【PAT】B1042 字符统计(20 分)
    【PAT】B1044 火星数字(20 分)
    LeetCode 3Sum Closest
    一定要做的事(备忘)
    LeetCode Integer to Roman
    Container With Most Water
    LeetCode ZigZag Conversion
    LeetCode 5 最长回文子串 Manacher线性算法
    LeetCode Longest Substring Without Repeating Characters
  • 原文地址:https://www.cnblogs.com/catkins/p/5250191.html
Copyright © 2011-2022 走看看