5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Aspire     Java Novice to Javanista     Java Novice to Javanista Track 2: Java Apprentice
Java Archives (JARs) wrap a Java application into a single archive file for deployment, distribution, and execution. Use this course to acquaint yourself with building Java archives or JAR files using the JAR utility, run from the command line.
Over the length of the course, you'll outline how a simple Java project packaged into a JAR file can be executed directly, different attributes of a JAR manifest can affect the use of a JAR file, and a project with external dependencies can be packaged into an executable JAR.
Upon completion of this course, you'll be able to build different Java archives: JAR with multiple main classes, JAR containing several packages, and JAR that is not directly executable by itself but usable as a dependency in other projects.

Objectives

Java Archive (JAR): Building Java Archives

  • discover the key concepts covered in this course
  • use an integrated development environment (IDE) to create the main class for a Java project
  • create and execute a basic Java archive using a manifest file
  • extract and recognize the contents of a Java archive (JAR)
  • outline the automatic generation of manifests and the fields contained in them
  • edit and specify the data stored inside the manifest file of a JAR
  • build a Java application with a dependency on an external library
  • reference and use external dependencies in your JAR
  • construct a JAR file with multiple main classes and run each of them
  • create JAR files with multiple packages to store related code
  • use non-executable JAR files as libraries in other projects
  • summarize the key concepts covered in this course