Advanced Java/Dependency
From Wikiversity
|
Please help develop and classify this resource
Learn how you can develop this resource to teach participants about Advanced Java/Dependency. Choose a subject, education level, and resource type to classify the resource by. You may learn more about the topic to help you develop and classify the resource from: |
In Java, a dependency is a package requirement for your program.
If you restrict yourself only to code within your program, then you can construct a JAR file with all the necessary code. However, if you code requires a third-party library (e.g. an improved widget interface), it will not be included in the JAR file simply by compiling your code.