Skip to content

teamnorge/java-gnucobol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published