Compiling and Running COBOL sources in Eclipse
1. To compile a Cobol source, right-click the source and select Compile.
Depending on the compiler settings, a Java .class is created in the output folder.
It is also possible to select multiple sources.
2. To run the program with a generated Java .class, right-click the source and select Run As > Jopaz Application.