Include the class files

You need to include the class files from the COBOL projects and the cobconfig.properties file to enable resources from different projects to be deployed together:

  1. In Project Explorer, right-click on the DynWebTest1 project, and then click Properties.

    This opens the Properties for DynWebTest1 dialog box.

  2. Click Deployment Assembly.
  3. On the Deployment Assembly tab, click Add.

    This opens the New Assembly Directive dialog box.

  4. Click Java Build Path Entries, and then click Next.
  5. Select bin - \CobolBook, bin - \BookWrapper, and COBOL JVM Runtime System.
    Note: You can use Ctrl+Click to select multiple paths.
  6. Click Finish.
  7. Click Apply and Close.