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

 File class editor  

source not found

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

问题知道了,现在是解决方法

1)首先,下载两个工具文件

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

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

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

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

 

2)将插件装入你的My Eclipse,将jad.exe直接放入你的jdk/bin目录下

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

安装成功会有提示。如图:

如无提示,请重新打开My Eclipse

3)设置你的My Eclipse

最后一步:设置参数

①在jadclipse-> debug  勾选:output original line numbers as comments  

②在jadclipse->Misc  勾选:covert unicode strings into  ANSI strings  

③在windows->preference->General->Editors->File Association ->  .class  JadClipse Class File Viewer设置为默认

posted on 2014-05-14 14:24  、放下  阅读(713)  评论(2编辑  收藏  举报