Compiling and Running COBOL sources in Eclipse
1. Right click on a source and click Compile.
Depending on the compiler settings a java .class file will be created in the output folder.
You have the option to select multiple sources as well.
2. To run the program, right click on the source and select Run As > Jopaz Application.