-
In the
Application Explorer view, right-click your project, and then click
.
This opens the configuration manager.
-
In the left pane, double-click
COBOL JVM Application.
This creates a new configuration,
JVMWorldClass, for running the application.
Note that it will run the main class of the project, JVMWorldClass.
-
Click
Run.
The project then runs, and displays "Hello world" in the
Console view.