MyElipes遇到 source not found解决方案

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MyElipes遇到 source not found解决方案相关的知识,希望对你有一定的参考价值。

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

 File class editor  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

    技术分享
  2.  第二:把插件安装在Myeclise或eclipse中。

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

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

    安装成功会有提示。

    技术分享
  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设置为默认。

     
    技术分享
  5. 5

     第五:大功告成。

     

    END

注意事项

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

以上是关于MyElipes遇到 source not found解决方案的主要内容,如果未能解决你的问题,请参考以下文章

最初使用eclipse遇到source not found问题

android调试时遇到source not found 如何解决,求解决~!

Eclipse查看hadoop源代码出现Source not found,是因为没有添加.zip

Source not found for GeneratedMethodAccessor127.invoke(Object, Object[]) line: not available

用jetty起maven工程debug报source not found

Linux 下执行 source /etc/profile后提示 -bash: rt: command not found 如何解决?