Before you run an application you need to configure a launch configuration.
Click your project in the
COBOL Explorer view and from the main menu click
Run
> Run Configurations
The
Run Configurations dialog box is displayed.
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.
Click
Run.
Your running program is displayed in a window.
To stop the application, close its console window.