当前位置: 代码迷 >> Eclipse >> 给MyEclipse装下反编译
  详细解决方案

给MyEclipse装下反编译

热度:10   发布时间:2016-04-23 01:54:21.0
给MyEclipse装上反编译

?

  • 下载JadClipse_3.3.0.jar,下载完后丢到MyEclipse安装目录下eclipse/plugin下
  • 下载jad.exe
  • 重新启动MyEclipse,打开Window-Preferences-Java-JadClipse
  • 设置path to decompiler为jad.exe的全路径,如E:\decompiler\jad\jad.exe

如上设置后,MyEclipse会自动将class的打开方式设置为JadClipse Class File View,如果想换成MyEclipse默认的,在Window-Preferences-General-Editors-File Association修改*.class为Class File View默认即可...

  相关解决方案