Running the application

To run the Calc application:

  1. In the COBOL Explorer, right-click Calc, and then click Run As > 1 Java Application

    The Select Java Application dialog box is displayed.

  2. In the Matching items list, click MainClass - com.calc.
  3. Click OK.

    The Calc application runs and just produces a simple result ("6") in the Console window.

This concludes the tutorial.