Eclipse安装 JAD
C. JAD plug-in setup:
1. Get “Eclipse_java反编译插件” from \\vrtshcfs2001\project share folder\RBC\Software\DevelopTools\eclipse plugin\
2. Put jad.exe in any physical driver in your PC.(say D:\jdk1.6.0_26\bin\ folder)
3. In eclipse home, create two folders: dropins/jad/features, dropins/jad/plugins.
4. Copy net.sf.jadclipse_3.3.0.jar to dropins/jad/plugins.
5. Restart eclipse IDE, choose Preference->Java->JadClipse.
6. Enter “Path to decompiler”: D:\jdk1.6.0_26\bin\jad; “Directory for temporary files”: D:\Tim_installed.
7. Then you can directly open any class files and jad will auto de-compiler them back to source code.