简体   繁体   中英

Dependent JAR and Source JAR?

What is a dependent JAR and what is a source JAR ? Why are they needed ? I saw it in the sentence: Dependent jars can be found in the libs folder and the corresonding source jars can be found in the libs-sources folder.

It would depend on exact context. Most likely:

Dependent JAR - is a java library file the application depends on, common example would be third party libraries. It contains .class files. Corresponding source jars - java source code of the dependent jar packaged with jar utility. It contains .java files.

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