您的位置:首页 > 其它

MyElipes遇到 source not found解决方案

2015-11-04 14:31 381 查看


 MyElipes遇到 source not found解决方案

发表于3个月前(2015-08-10 21:04)   阅读(48) | 评论(0) 2人收藏此文章, 我要收藏

赞0

阿里云携手开源中国众包平台发布百万悬赏项目 »  


目录[-]

工具/原料
方法/步骤1
注意事项

在用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

 第五:大功告成。

 





END

注意事项

 两个插件必备。否则会出现IOException
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: