在myeclipse中添加反编译插件jad

网上有很多,但很多都写的不是很清楚。虽然纠结了好久,终于搞定了。
所需工具:jad.exe,net.sf.jadclipse_3.3.0jar
在myeclipse\dropins中创建文件夹jad,然后在jad中创建文件夹features和plugins,将net.sf.jadclipse_3.3.0jar放入plugins文件夹中。
将jad.exe放入java的bin文件夹中,我的目录是D:\Java\jdk1.8.0\bin。
打开myeclipse->preference->jadclipse,将Path to decompiler上填写你刚刚将jad.exe放入的路径:D:\Java\jdk1.8.0\bin,然后下面的一个路径随便写一个,我的是D:\MyEclipse 2015 CI\jadtmp,当然你先新建这个文件夹。

然后打开myeclipse->preference->general->editors->FileAssociatior
选择class without source
然后add JadClipse Class File Viewer,设置为default即可。

你可能感兴趣的:(java,MyEclipse,反编译)