MyEclipse 10 集成 jad

一、安装过程

1.1 把 【net.sf.jadclipse_3.3.0.jar】jar包放到myeclipse插件目录

E:\MyEclipse\MyEclipse 10\dropins

1.2 把 jad.exe 放置到任意目录
本实例,存放目录为:【E:\MyEclipse\jad158g\jad.exe 】。 这很重要,接下来的设置需要用到。

1.3 在myeclipse 设置 jadclipse
    ①打开myeclipse 应用程序 找到菜单:【window==>preference==>java==>jadclipse】
    ②设置【 path to decompiler】 为:E:\MyEclipse\jad158g\jad.exe
    ③设置【directory for temporary files】 为:G:\software\tmp   (路径可以自行定义,存放反编译li)
    ④在【==>jadclipse==> debug】 中勾选:output original line numbers as comments (显示行号注释,以便调试等等)
    ⑤在【==>jadclipse==> Misc】 中勾选:covert unicode strings into ANSI strings (以便能正确识别中文,防止乱码)

1.4 设置打开class文件的关联方式
    ①打开myeclipse 应用程序 找到菜单:【window==>preference==>General==>Editors==>File Association】
    ②在文件类型列表中,找到class类型,点击一下。在设置窗口的Associated editors区域中,将“JadClipse Class File Viewer”设置为默认。即可。

1.5 点击【apply】 ,点击【ok】,就可以使用了。

猜你喜欢

转载自blog.csdn.net/dbh58/article/details/9472251
jad