首先下载net.sf.jadclipse_3.3.0.jar和jad1.5.8g.zip。
然后把net.sf.jadclipse_3.3.0.jar拷贝到 MyEclipse安装目录下的 MyEclipse 6.0\eclipse\plugins。
再把jad1.5.8g.zip解压后得到的jad.exe拷贝到jdk安装目录下的 jdk1.6.0_25\bin。
最后启动MyEclipse,打开Window->Preferences->Java->JadClipse进行配置,Path to decompiler为jad的全路径,如:E:\program\java\jdk1.6.0_25\bin\jad.exe;Directory for temporary files为jad的临时文件路径,如:E:\program\jad\result。Use Eclipse code formatter(overrides Jad formatting instructions)选项打勾。点击Window->Preferences->Java->JadClipse->Misc,将Convert Unicode strings into ANSI strings选项打勾,避免反编译后可能出现的中文乱码。打开Window->Preferences->General->Editors->File Association,设置*.class的Asociated editors默认为JadClipse Class File Viewer.