用户登录
用户注册

分享至

eclipse反编译jar

  • 作者: 疯子16060641
  • 来源: 51数据库
  • 2020-10-01
安装方法:
  1、点击Eclipse的Help菜单 --> Software Updates --> Find and install...;
  2、然后选择:Search for new features to install,在弹出的对话框中点击“New Remote Site...”菜单;
  3、填入:
  Name: Jode Decomopiler



  4、点击“Finish”;
  5、安装好后可以看到Window => Preferences... => Java => Jode Decompiler选项
卡;
  6、配置:Window => Preferences... => General => Editors => File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"选中它再单击Default按钮;
  7、在Eclipse中展开jar文件,双击class文件即可看到反编译之后的源代码。



  java反编译工具Jode Decompiler的Eclipse插件安装与使用Jode Decompiler的安装:安装非常的简单,在ECLIPSE上的help => Software Updates => Find and Install... => Search for new features to install,单击"New Remote Site..." 在URL栏输入 http://www.technoetic.com/eclipse/update,然后下一步,就可以看到“jode decompiler plugin *.*”了,选上安装就可以了,由于Jode Decompiler是纯Java编写的所以也不需要其他的什么组件来支持了;配置:安装好了可以看到Window => Preferences... => Java => Jode Decompiler选项卡。



  java反编译工具Jode Decompiler的Eclipse插件安装与使用Jode Decompiler的安装:安装非常的简单,在ECLIPSE上的help => Software Updates => Find and Install... => Search for new features to install,单击"New Remote Site..." 在URL栏输入 http://www.technoetic.com/eclipse/update,然后下一步,就可以看到“jode decompiler plugin *.*”了,选上安装就可以了,由于Jode Decompiler是纯Java编写的所以也不需要其他的什么组件来支持了;配置:安装好了可以看到Window => Preferences... => Java => Jode Decompiler选项卡。安装好了再设置一下文件关联就可以了,Window => Preferences... => General => Editors => File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"选中它再单击Default按钮就OK了. 使用:现在就可以开始使用了,建立一个project然后引用你的组件,在组件中找到你所要反编译的类文件打开就可以看到反编译后得到的代码了. 注:现在版本只支持3.0或者3.1的,3.2安装以后可能会有错误。
软件
前端设计
程序设计
Java相关