zoukankan      html  css  js  c++  java
  • Eclipse安装反编译插件,查看.class文件的源码

    2017-08-24 

    这样我们就可以通过Eclipse查看.class文件的源码了。

    1.参考别人的博客,亲测有效

    https://www.cnblogs.com/JealousGirl/p/setup_Decompiler.html

    2.以下不一定有效

    有以下两种安装方法:

    1.在线安装 

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

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

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

    3) 在Windows(窗口) —> Preferences(首选项) —> General(常规) —> Editors(编辑器) —> File Associations (文件关联) 中设置,

    将*.class 和 *.class without source的默认的相关联编辑器改为Class File Editor,即设为Default。
     

    2.离线安装

    离线安装,先下载插件包:
    或者: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)
  • 相关阅读:
    App Store 审核指南
    Redis持久化
    PHP扩展高性能日志系统SeasLog简单上手
    Linux下Redis的安装配置
    Windows下Redis的安装
    安装wamp环境 最新完整版
    Git安装配置(完整版)
    Linux下SVN配置
    配置最新版LAMP环境
    Linux下ftp的安装配置
  • 原文地址:https://www.cnblogs.com/zhangchao0515/p/7421975.html
Copyright © 2011-2022 走看看