Eclipse反编译插件配置

Eclispe反编译插件配置步骤:
1、下载 eclipseplugin.rar 并解压;
2、将解压好的  net.sf.jadclipse_3.3.0.jar 复制到 eclipse安装目录下的 plugins 文件夹下面

3、启动eclipse,打开Window->Preferences->Java->JadClipse   路径Path todecompiler 填入 刚才解压好的jad.exe绝对路径

4、在eclipse窗口下,点击Window > Preferences > Java > JadClipse > Misc,将Convert Unicode strings into ANSI strings选项打勾,避免反编译后可能出现的中文乱码。

5、在Eclipse的Windows——>Perference——>General->Editors->File Associations

    中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”

 

posted @ 2015-05-14 18:31  Purity  阅读(157)  评论(0编辑  收藏  举报