-
Myeclipse6.5的class反编译插件
资源介绍
Myeclipse6.5 class反编译插件安装步骤:
将压缩包解压可以看到3个文件
1.jad158g.win.zip解压缩后将jad.exe拷贝到JRE的bin目录下,如\Java\jre1.5.0_06\bin
2.下载 将jadclipse_3.1.0.jar复制到D:\Program Files\eclipse\myplugin\eclipse\plugins目录下(用的是link方式安装插件的)。【Myeclipse 考到如D:\MyEclipse-6.0M1\eclipse\plugins的目录下】
3.启动Eclipse后,在Windows——>Perference——>Java下面应该会多出一个JadClipse目录,相关的设置可以在此修改配置jadclipse:
设置path to decompiler为jad.exe的全路径,如:F:\Java\jre1.5.0_06\bin\jad.exe,在Directory for temporary files中指定
临时文件的路径,如:G:\Java\eclipse-SDK-3.0-win32\temp
4、在Eclipse的Windows——>Perference——>General->Editors->File Associations
中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”
5、安装完成,双击class文件,Eclipse将自动反编译了。
- 上一篇: 华中科技大学汇编实验一二三.zip
- 下一篇:没有了