The first step in creating an application is to create a project. From the IDE take the following steps:
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.