Create a COBOL JVM Project

The first step in creating an application is to create a project. From the IDE take the following steps:
  1. In the COBOL Explorer, click File > New > COBOL JVM Project . This opens the New COBOL JVM Project dialog box.
  2. In the Project name field, type HelloJVMworld.
  3. Select the location to save your project. By default, the project is created in the workspace that you selected when you started the Eclipse session. You can change this by unchecking the Use default location checkbox and selecting a different location.
  4. Click Finish.
    Note: If you are prompted to open the COBOL perspective, click Open Perspective.
You have now created a COBOL JVM project and it is displayed in the COBOL Explorer view.
Tip: As well as the .cobolBuild, .cobolProj, and .project files that are automatically created with a COBOL project, there is also a .classpath file. This is an XML file that contains all the paths to user-defined classes and packages. By default, these files are not listed, but you can show them by opening the COBOL Explorer view menu, click (View Menu), and then click Filters and Customization. This opens the Filters and Customization dialog box. Click the Filters tab and uncheck .*resources, and then click OK.