Skip to main content

Anyone have success with using the cobol compiler in -j mode under maven?

 

I want to build a solution including both java classes and CobJVM source and I would like it to all be in one JAR file.  ideally, I would like to have COBOL call java and also have java call COBOL.


#CobJVM
#Java
#Maven