Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 198 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 198 Bytes

Java Native Access (JNA) to C application

Java application that interacts with application written in C.

How to build

./gradlew clean build

How to run

./gradlew run --args=<some number>