概述
1.准备工作:
1.下载 jadclipsed的jar包,例如 net.sf.jadclipse_3.3.0.jar ;
2.下载Jad反编译工具 Jad.exe;
2.安装
- 将jad.exe解压到指定目录。如:c:javajad
- 将jadeclipse插件net.sf.jadclipse_3.3.0.jar 拷贝到myeclipse安装目录GenuitecCommonplugins目录下。
- 在myeclipse安装目录下dropins/创建eclipse文件夹,然后在eclipse文件夹中分别创建features、plugins文件夹,将net.sf.jadclipse_3.3.0.jar 分别拷贝到features和plugins文件夹中。
- 重新启动myeclipse后,配置jadeclipse插件
- 在eclipse窗口下,点击Window > Preferences > Java > JadClipse > Path to Decompiler。(设置jad的绝对路径,如 C:javaJadjad.exe)。Use Eclipse code formatter(overrides Jad formatting instructions)选项打勾,与格式化出来的代码样式一致。
- 在eclipse窗口下,点击Window > Preferences > Java > JadClipse > Misc,将Convert Unicode strings into ANSI strings选项打勾,避免反编译后可能出现的中文乱码。
- 安装完成后,myEclipse没有自动将JadClipse Class File Viewer设置成class文件的默认打开方式,设置步骤如下:
- 在Eclipse的windows---->Perference--->General--->Editors--->File Associations中修改"*class"默认关联的编译器为"JadClipse Class File Viewer"
最后
以上就是野性小鸽子为你收集整理的myEclipse安装反编译插件的全部内容,希望文章能够帮你解决myEclipse安装反编译插件所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复