Eclipse3.4 集成 反编译工具 jad.exe


第一步:下载net.sf.jadclipse_3.3.0.jar的jar和jad.exe,将jar拷贝到Eclipse文件中的plugins文件中
第二步:重新启动Eclipse 在windows-->preferences-->java中就能look到JadClipse了 点击JadClipse配置Path to decompiler指定到jad.exe存放的路径和临时文件的路径 。

若看在java下看不到JadClipse的话,请将Eclipse-->configuration下对应的org.eclipse.update文件夹删除。在重新打开Eclipse,剩下的就跟上面的操作步骤一样了。

第三步:在windows-->preferences->General->Editors->File Association中选择*.class选择下方的Associated editors,将JadClipse Class File Viewer设置为default,点击OK。

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