java_web初学笔记之<MyEclipse反编译jad插件配置>

来源:互联网 发布:使用sql语句创建数据库 编辑:程序博客网 时间:2024/06/03 13:20

①需要下载jad.exe和jadClipse.jar

jad下载地址:http://varaneckas.com/jad/    如为Windows系统选择Jad 1.5.8g for Windows 9x/NT/2000 on Intel platform

解压到任意地方(不过一般放到jre/bin目录下)

jadClipse.jar下载地址:http://sourceforge.net/projects/jadclipse/ 最后下载得到的插件包为net.sf.jadclipse_3.2.4.jar,放到MyEclipse安装目录下的Plugins目录下,该目录下均为插件。


②打开MyEclipse,设置Window-->Preferences-->Java-->JadClipse

设置如图



③设置Window-->Preferences-->General->Editors-->File Association

设置如图


注意选择的是*.class(without source)不是*.class(否则无效)  如果在关联的editors下出现Class File Viewer(如下图),则需要删除,只保留JadClipase Class File Viewer


此时即可双击class文件打开

0 0