Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 737 Bytes

File metadata and controls

18 lines (14 loc) · 737 Bytes

About

This repository contains examples on how to call GnuCOBOL compiled programs from Java with JNA.

JNA - Java Native Access

JNA provides access to native shared libraries from inside Java code using natural Java method invocation. Read more: https://github.com/java-native-access/jna/blob/master/README.md

GnuCOBOL

GnuCOBOL is a free COBOL compiler, it translates COBOL source code to an executable program or shared libary using intermediate C, designated C compiler and linker. Read more: https://sourceforge.net/projects/open-cobol/

Docker

Docker is used to provide GnuCOBOL development infrastructure if you do not have one.