Native

For working with platform-specific native libraries.

JNA8.6K

Work with native libraries without writing JNI. Also provides interfaces to common system libraries.

JavaCPP4.5K

Provides efficient and easy access to native C++.

JNR1.3K

Work with native libraries without writing JNI. Also provides interfaces to common system libraries. Same goals as JNA, but faster, and serves as the basis for the upcoming Project Panama.

Aparapi470

Converts bytecode to OpenCL which allows execution on GPUs.

native-lib-loader187

Native library loader for extracting and loading native libraries from Java.