Creating a Project to Expose the Record Functions

To create a Object Oriented COBOL JVM project that exposes read, write, and delete record functions:

  1. Click File > New > COBOL JVM Project.

    This opens the New COBOL JVM Project dialog box.

  2. In the Project name field, type addressBookWrapper.
  3. Click Use default JRE.
  4. Click Finish.

You now need to create a new package, and class that describes the properties of a record: