This package browser is in early development. Mind the rough edges.

java-native-access

Access to native shared libraries from Java

JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. JNA allows you to call directly into native functions using natural Java method invocation.

Installation

Install the latest version of java-native-access as follows:

guix install java-native-access

Or install a particular version:

guix install java-native-access@4.5.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.