Compiling on Windows
1. Open File > New > Jopaz Project.
2. Choose a new name of your choice and click Finish.
3. Switch to the Jopaz perspective and open the File view to have a better view on the Jopaz project structure.
4. Copy the COBOL source code into the source subfolder.
5. Compile the COBOL source using one of the following methods:

right-click the source and click
Compile, or

click the small
C icon in the toolbar.
Depending on the compiler settings, the Java .class is created in the output folder (default behavior).
It is also possible to select multiple sources.
6. To run the program with a generated Java .class, right-click the source and select Run As > Jopaz Application.