简体   繁体   中英

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 ). 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. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM