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. Right click on DynWebTest1 in the Project view and select Properties.
  2. In the Properties dialog box select Deployment Assembly.
  3. Click Add.
  4. Select Java Build Path Entries and click Next.
  5. Select both bin - \BookWrapper and bin - \COBOLBook. (You can press the Shift key while clicking to select multiple items.) Click Finish.
  6. Click Apply.
  7. Click OK to close the dialog box.