This is a small tool to print some JNA information.
Download the newest Zip from the releases, unzip it and run bin/jna-info
.
Run ./gradlew clean build
and check the build/distributions
directory.
Execute ./gradlew run
.
You can also untar the distribution (see "Building") and run bin/jna-info
.
Moritz Kammerer (@phXql)