MyElipes遇到 source not found解决方案

在用Myeclipse 或者是eclipse进行开发时候经常遇到这个问题。

 File class editor  source not found问题。原因很简单,就是因为这是一个源码包,相应的没有编辑器能够打开它。

MyElipes遇到 source not found解决方案

工具/原料

 
  •  myeclipse、eclipse

方法/步骤1

 
  1.  首先,需要下载两个必须的插件包。

    一个是:准备反编译需要的jad.exe

    下载地址:http://varaneckas.com/jad/

    二个是:反编译编辑器net.sf.jadclipse_3.3.0.jar

    下载地址:http://sourceforge.net/projects/jadclipse/?source=dlp

    MyElipes遇到 source not found解决方案
  2.  第二:把插件安装在Myeclise或eclipse中。

    1、对于jad.exe 。安装于你jdk的安装位置。

    2、net.sf.jadclipse_3.3.0.jar 在你的Myeclise或eclipse的dropins目录中。

    安装成功会有提示。

    MyElipes遇到 source not found解决方案
  3.  第三:设置在在Myeclise或eclipse中的配置参数。

     

     
     
  4.  第四:设置参数。

    在jadclipse-> debug勾选:output original line numbers as comments  在jadclipse->Misc勾选:covert unicode strings into  ANSI strings  在windows->preference->General->Editors->File Association将 JadClipse Class File Viewer设置为默认。

     
    MyElipes遇到 source not found解决方案
  5. 5

     第五:大功告成。

    END

注意事项

 
  •  两个插件必备。否则会出现IOException

原文地址:https://www.cnblogs.com/zwy890301/p/6819351.html