用Jad插件来实现eclipse中反编译

Jad反编译工具在Eclipse中的使用

对照参考

1.拷贝jad.exe 到%JAVA_HOME%\bin\ 目录下。
2.  net.sf.jadclipse_3.3.0(将此文件拷到eclipse 的plugins  目录下)。
3.  设定路径:进入Window -> Preferences -> Java -> JadClipse,将“Path to decompiler”修改成jad.exe  的路径。

4. 在Eclipse 的Windows—>  Perferences—>General->Editors->File Associations 中修改“*.class” 默认关联的编辑器为“JadClipse Class File Viewer”。

ok,你可以去任意打开一个class文件,来看看它的源码了.

你可能感兴趣的:(java,eclipse,.net,windows)