Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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.

About

Java GnuCobol Integration Examples

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages