这个不算是错误啊!你打开jar包下的class文件,eclipse只能根据jdk提供的反编译功能来现实该class反编译出来的类似汇编语言的程序代码(和汇编语言还是有很大区别的,就当是java的汇编语言吧)!如果你想看到源代码,方法很多,你可以在下载jar包的时候,一起把源代码下载!之后可以和你的eclipse关联起来,...
Eclipse: class file editor: source not found 如图:找不到Android源码的提示 解决办法:将源代码frameworks/base/core/java下的所有文件拷贝到你的SDK目录下的"android-sdk-windows/platforms/android-3/sources"文件夹下(注:android-3中的3是指工程AndroidManifest.xml中所设置的SDK版本)。然后重启一...
1.将net.sf.jadclipse_3.3.0.jar拷贝到eclipse的plugins目录下 2.再删除eclipse的configuration目录下org.eclipse.update文件 3.重启eclipse,点击菜单栏中File->...7.然后,设置*.class without source文件类型打开方式 Eclipse源码查看插件Attach Java source 这个插件的优势在于自动化了源码的附加过程,减少了手动...
在进行调试时 子项目的断点出现 Class File Editor Source not found The JAR of this class file belongs to container 'Android Dependencies' which does not allow modifications to source attachments on its entries. 原因尚且未知,解决方法如下: Debug 视图下 -》在调试的线程上 右键单击 -》选择Edit Source...
就是少了DBManager这个类呗。。。你把DBManager.java重新编译以后得到DBManager.class放对于文件夹在重新导入一下
会在Class File Editor 里看到下面的提示:Source not found: 我们可以使用一个名叫JAD的工具,帮助我们将 .class 进行反编译,这样可以直接在 Eclipse 里查看这些类的源代码了。 JAD for Eclipse 的插件,可以从这个链接下载。 下载jad.exe 文件: 将下载好的 JADplugin放到 Eclipse plugin 文件夹下: ...
Class File Editor Source not found The JAR of this class file belongs to container 'Android Dependencies' which does not allow modifications to source attachments on its entries. 原因尚且未知,解决方法如下: Debug 视图下 -》在调试的线程上 右键单击 ...
File class editor source not found问题。原因很简单,就是因为这是一个源码包,相应的没有编辑器能够打开它。 首先,需要下载两个必须的插件包。 一个是:准备反编译需要的jad.exe 下载地址:http://varaneckas.com/jad/ 二个是:反编译编辑器net.sf.jadclipse_3.3.0.jar ...
会在Class File Editor 里看到下面的提示:Source not found: 我们可以使用一个名叫JAD的工具,帮助我们将 .class 进行反编译,这样可以直接在 Eclipse 里查看这些类的源代码了。 JAD for Eclipse 的插件,可以从这个链接下载。 下载jad.exe 文件: 将下载好的 JAD plugin 放到 Eclipse plugin 文件夹下: ...
【摘要】 默认情况下,如果 Eclipse 里想查看一个没有 Source Code attach 的 Java 类的源代码:会在 Class File Editor 里看到下面的提示:Source not found:我们可以使用一个名叫 JAD 的工具,帮助我们将 .class 进行反编译,这样可以直接在 Eclipse 里查看这些类的源代码了。JAD for Eclipse 的插件,可以从这个...