Creating a New Package
To create a new package:
In the COBOL Explorer, right-click the
CJVM
project.
Click
New
>
COBOL JVM Package
.
This opens the
New COBOL JVM Package
dialog box.
Note:
The
Source folder
field already contains
CJVM/src
.
In the
Name
field, type
my.pack
.
Click
Finish
.
This creates
my.pack
in the
src
folder.
Parent topic:
Creating a COBOL JVM Project
Next topic:
Creating a COBOL Program