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
Application 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
Application 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.