Previous Topic Next topic Print topic


Run your Application

Before you run an application you need to configure a launch configuration.
  1. Click your project in the COBOL Explorer view and from the main menu click Run > Run Configurations

    The Run Configurations dialog box is displayed.

  2. Create a new launch configuration. You can do this in two ways:
    • Double click on the COBOL Application tree item or,
    • Click the New launch configuration icon
    A default COBOL Launch Configuration is displayed showing tictac as the project to run and New_Configuration.bin/tictac.exe (Windows) or New_Configuration.bin/tictac (UNIX) as the main program to run.
  3. Click Run.

    Your running program is displayed in a window.

  4. To stop the application, close its console window.
Previous Topic Next topic Print topic