The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases.
Questions and Exercises: JAR
Questions
- How do you invoke an applet that is packaged as a JAR file?
- What is the purpose of the
-e
option in a jar
command?
- What is the significance of the manifest in a JAR file?
- How do you modify a JAR's manifest file?
Check your answers.