简体   繁体   English

找不到JAR文件的源附件

[英]Source attachment of JAR file not found

I have downloaded the JAR-file sqlite-jdbc-3.21.0.jar and added it to my project in Eclipse ( Build Path -> Configure Build Path -> Add External JARs ). 我已经下载了JAR文件sqlite-jdbc-3.21.0.jar并将其添加到Eclipse中的项目中( 构建路径->配置构建路径->添加外部JAR )。 I can even see in the Package Explorer that the file has been added to the Referenced Libraries and when I click on the file, I see all the packages it contains and within them all the classes. 我什至在“程序包资源管理器”中看到该文件已添加到“引用的库”中,当我单击该文件时,我看到了它包含的所有程序包以及它们中的所有类。 However, when I try to open the documentation of a class, Eclipse tells me that the JAR-file has no source attachment. 但是,当我尝试打开类的文档时,Eclipse告诉我JAR文件没有源附件。 I have tried attaching the source, but then I get the message " The source attachment does not contain the source for the file... ". 我尝试附加源,但随后收到消息“ 源附件不包含文件的源... ”。 Does anyone have an idea, why this may happen? 有谁知道,为什么会这样?

下载并包含源代码jar 文档jar

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 创建带有源附件的jar。 - Creating a jar with source attachment. Selenium 3-Selenium Jar发出的错误是“ jar文件Selenium-server-standalon-3.0.0-beta3.jar没有源附件” - Selenium 3 - Selenium Jar issue error is “The jar file Selenium-server-standalon-3.0.0-beta3.jar has no source attachment” Ant:如何编译包含源附件的jar - Ant: How to compile jar that includes source attachment 找不到源JAR文件mysql-connector-java-5.1.20-bin.jar没有源附件 - Source not found The JAR file mysql-connector-java-5.1.20-bin.jar has no source attachement 如何获取带有Hibernate源附件的jar? - How to get a jar with source attachment for Hibernate? Activity.class-类文件编辑器:JAR文件c:\\ sdk \\ platforms \\ android-17 \\ android.jar没有源附件 - Activity.class - Class File Editor: The JAR file c:\sdk\platforms\android-17\android.jar has no source attachment JAR文件C:\\ sdk \\ platforms \\ android-18 \\ android.jar没有源附件。 您可以通过单击下面的附加源来附加源 - The JAR file C:\sdk\platforms\android-18\android.jar has no source attachment. You can attach the source by clicking attach source below 未找到源:添加源附件以查看源代码 - Source Not Found: Adding the source attachment to view source code 在jar中找不到文件 - File not found in jar 在 jar 中找不到属性文件 - Properties file not found in jar
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM