The jar file xx has no source attachment

问题描述

The jar file xx has no source attachment

在MyEclipse8.6中安装了jad反编译工具,可是还是无法打开jar包中的class文件,提示说 The jar file rt.jar has no source attachment 。。。。 可是这些jar包我是放在lib文件下,然后引入liberary下 ,单独把jar包copy出来,用jd-gui就可以查看,这是怎么回事?
看到网上关于rt.jar的解决方案:具体如下Window>Preferences>Java>Installed JREs 选上jdk1.6.xxxx,点edit,jre system libraries下面点rt.jar的那一栏,然后选source attachment在弹出的对话框里填写src.zip的路径引用地址 我试了,也打不开。。。。

时间: 2024-11-01 21:06:00

The jar file xx has no source attachment的相关文章

【图】解eclipse 查看原始类出现The jar file rt.jar has no source attachment

图解eclipse 查看原始类出现The jar file rt.jar has no source attachment      

Eclipse中查看android工程代码出现"android.jar has no source attachment"的解决方案_java

问题描述 Source not found The JAR file D:\.....\sdk\platforms\android-17\android.jar has no source attachment. 提示就是找不到android.jar对应的source code 解决办法: 由于我的工程创建时选择的Target SDK 和 Compile with选项 均为android4.2.2,对应的api是17,因此就是eclipse找不到android api 17中的android.j

代码-xwork-2.1.2jar has no source attachment

问题描述 xwork-2.1.2jar has no source attachment xwork-2.1.2jar has no source attachment是什么意思? 要怎么解决呢?因为我的代码源是从网上down的,运行的时候就报这样的错误.

mapreduce-WARN mapred.JobClient: No job jar file set

问题描述 WARN mapred.JobClient: No job jar file set 运行Mapreduce 程序时报错:WARN mapred.JobClient: No job jar file set. User classes not be found.如何解决? 解决方案 Warn : Hadoop No job jar file set.eclipse下提交job时报错mapred.JobClient: No job jar file set. User classes m

The JAR file D:/..../android.jar has no source attachment

问题:     解决        1.下载android源码,下载地址:http://download.csdn.net/detail/gogler/4046554        2.将android源码发到如下位置:               3.配置eclipse:                   4.查看API内容,比如Service.class的原定义如下: /* * Copyright (C) 2006 The Android Open Source Project * * L

Unable to load configuration. - bean - jar:file:/C:/Program%20Files/Apache%20Sof

问题描述 一直遇到这么问题.怎么解决啊??等大虾严重:Exceptionstartingfilterstruts2Unabletoloadconfiguration.-bean-jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/Mamami/WEB-INF/lib/struts2-core-2.1.8.1.jar!/struts-default.xml:53:89atorg.apach

index.jsp(2,0) Unable to read TLD "META-INF/c.tld" from JAR file

问题描述 typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptionorg.apache.jasper.JasperException:/index.jsp(2,0)UnabletoreadTLD"META-INF/c.tld"fromJARfile"file:/D:/Programs/G

第四章(2)Libgdx手工项目设置

代码下载地址:http://www.apkbus.com/android-116245-1-1.html 注意:目前Java1.7和Android有兼容性问题,请确保使用Java1.6. 本章介绍了如何配置eclipse开发Android应用. Main项目设置 1.在Eclipse中创建一个新的Java项目:File -> New -> Project -> Java Project.填入项目名称并点击"finish". 2.进入项目文件夹,创建libs目录(如果不

Myeclipse中怎么查看开源架包的源代码啊?

问题描述 Myeclipse中怎么查看开源架包的源代码啊?都是一些.class文件,看不了源码,有什么好点方便的方法吗??? 解决方案 引用Myeclipse中怎么查看开源架包的源代码啊?都是一些.class文件,看不了源码,有什么好点方便的方法吗???直接到开源jar包的官方网站下载源代码啊!!然后在eclipse里引入jar包后,在build path里,选中jar包,有个source attachment属性,把你下载的对应的源代码路径放上去就好了然后就可以像我们平时ctrl+左键快捷键查