Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 679 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 679 Bytes

jnr-demo 🎒

Examples of connecting Java to native libraries using JNR FFI. It contains only a basic example for now, but more will be added soon.

Building

You will need JDK 11 or higher to build the projects. Execute the Gradle task run for any project to build and run it. The project name will be same as the directory containing it. For example, execute the following to build and run basics:

./gradlew basics:run

Blog posts

Leave a ⭐ if it helped!