一、下载软件
地址:http://download.youkuaiyun.com/detail/kakarot5/7974549
二、存放jad.exe
将jad.exe放到一个自定义文件夹中,记住路径,后边配置MyEclipse会用到路径
三、建立文件夹
MyEclipse 10下有个dropins 文件夹,在这个文件夹下创建eclipse文件夹,然后在eclipse文件夹下分别建立子文件夹features和plugins,
然后将net.sf.jadclipse_3.3.0.jar文件复制到plugins文件夹
四、重启MyEclipse
1.打开Windows-->Perference-->Java-->Jadclipse2.设置Path to decompiler路径为第二步中你设置的jad.exe路径
比如C:\Program Files\Java\jad.exe,也就是带着路径和文件名
3.设置Directory for temporary files路径
比如C:\Program Files\Java\temp
五、关联编辑器
打开Windows-->Perference-->General->Editors->File Associations修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”