Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 748 Bytes

readme.md

File metadata and controls

34 lines (18 loc) · 748 Bytes

JAVA to native integrations

This repository contains examples for usage of native code from java, with several libraries. For simplicity no build tool (like maven) is used, and only linux platform is supported.

Build Status

Requirements

  • make
  • jdk 8
  • g++
  • JAVA_HOME environment

Build and run

    make all run

JNI

JNA

BridJ