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

java-native-access 4.5.1

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 java-native-access 4.5.1 as follows:

guix install java-native-access@4.5.1

Or install the latest version:

guix install java-native-access

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.