Run the JVM Application

  1. In the Application Explorer view, right-click your project, and then click Run As > Run Configurations.

    This opens the configuration manager.

  2. In the left pane, double-click COBOL JVM Application launch configuration.

    This creates a new configuration, JVMWorldClass, for running the application.

    Note that it will run the main class of the project, JVMWorldClass.

  3. Click Run.
The project then runs, and displays "Hello world" in the Console view.