myeclipse6JAD反编译插件配置

用了jode,直接用的网址update插件, 可好像与某些类不兼容(环境myeclipse6),就用了jad,简单操作如下(有的比较比较复杂)

1,http://jadclipse.sourceforge.net/wiki/index.php/Main_Page,下载 JadClipse for Eclipse >= 3.3M6 ,

直接拷贝到myeclipse/eclipse/plugins,

2.http://www.kpdus.com/jad.html#download 下载Jad 1.5.8g for Windows 9x/NT/2000 on Intel platform (238600 bytes). exe文件(win平台的),拷贝jad.exe到JAVA_HOME/bin下面

3.打开myeclipse6,在菜单windows--preferences--java--JadClipse

设置JAVA_HOME/bin/jad.exe (用实际路径最好)

下面是临时目录自己设置

4.打开myeclipse6,在菜单windows--preferences-general-editors-file--association 选择.class 选择 JadClipse class file viewer 为default

结束。。

你可能感兴趣的:(myeclipse6JAD反编译插件配置)