Creating a JAR File Output Folder

Create a folder to be used as a JAR output folder. The JARs will be created by a build at a later point:

  1. In the COBOL Explorer, right-click the addressBookFX project, and then click New > Folder.

    This opens the New Folder dialog box.

  2. In the Folder name field, type lib.
  3. Click Finish.
  4. In the COBOL Explorer, right-click the addressBookJVM project, and then click Properties.

    This opens the Properties for addressBookJVM dialog box.

  5. Click Micro Focus > Packaging Configuration.

    This displays the Packaging Configuration options in the right pane.

  6. Check Create packaging target in the build script.
  7. Check Create JAR file after build.
  8. Click Apply and Close.
  9. Repeat steps 4 through 8 for the addressBookWrapper project.