Skip to content

superbear/java-call-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calling Golang Functions from Java using C Shared Libraries

Requirements

How to build

There is a provided Makefile with all the build targets.

Build JAR

make build

This creates a java-call-go-1.0-SNAPSHOT-jar-with-dependencies.jar in the target/ directory.

Test

make test

References