Run the JVM Application
In the COBOL Explorer, right-click your project, and then click
Run As
>
COBOL JVM Application
.
The project then runs, and displays "Hello world" in the
Console
view.
Parent topic:
Tutorial: Creating a Basic JVM COBOL Application
Previous topic:
Create a Class and Build Your Project
Next topic:
Debug the Application