Run the JVM Application

  1. In the Application Explorer view, right-click your project, and then click Run As > COBOL JVM Application.
  2. This opens the Select COBOL JVM Application dialog box, which requires you to choose the item containing the project's Main class, select com.microfocus.example.JVMWorldClass and click OK.
The project then runs, and displays "Hello world" in the Console view.