Previous Topic Next topic Print topic


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. Select File > New > COBOL JVM Project .
  2. In the Project Name field type HelloJVMworld.
  3. Select the location to save your project. By default, the project will be 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.
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 aren't listed, but you can show them by opening the COBOL Explorer menu, selecting Customize View, and deselecting the .*resources option.
Previous Topic Next topic Print topic