Skip to content

vishen/go-java-graalvm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo provides a basic example of calling Java code from Go using GraalVM to compile the Java code to a shared library, and using CGO to call into the shared library at runtime.

$ docker build -t go-java-example . 
$ docker run -it go-java-example

Resources

About

Example of Go code calling Java using GraalVM and CGO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published