eclipse 反编译插件

需要两个东西:

1,jad.exe

2,net.sf.jadclipse_3.3.0.jar ---版本不同而已

 

方法1、直接将jadclipse_x.x.x.jarx.x.x.代表版本号)复制到%ECLIPSE_HOME%\plugins目录下。

方法2、使用link方式安装,建立自己的eclipse  plugins的目录结构,将net.sf.jadclipse_3.3.0.jar放到plugins目录下面(注:其中D:\work\eclipse\myplugins\为自己定义的一个专门放置插件的目录)。再在%ECLIPSE_HOME%\links目录下面建立一个jadclipse.link文件(该文件名随便取)。文件里面内容为:D:\\worktools\\eclipse\\myplugins\\jadclipse

 

重新启动eclipse 配置一下:

启动eclipse,打开:Window->Preferences->Java->JadClipse. 
1、Path to decompiler,这里设置反编译工具jad的全路径名,刚才放jad.exe 的路径地址
比如:D:\worktools\eclipse\myplugins\jadclipse\jad.exe. 
2、Directory for temporary files,这里设置临时文件路径。 

至于Window->Preferences->Java->JadClipse目录下的Debug,Directives,Formatting,Misc目录中的参数设置,我也没去研究,反正用不着了。 

(三)安装完成后,eclipse没有自动将JadClipse Class File Viewer设置成class文件的缺省打开方式。 

如果没有默认,可以在Eclipse的Windows—> Perference—>General->Editors->File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”。
设置完成后,双击*.class文件,eclipse将自动反编译。

 

 

东西都在附件里。。。

 

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