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.

Badge code

You can use the following badge to inform users of java-native-access about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/java-native-access'><img src='https://packages.guix.gnu.org/packages/java-native-access/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/java-native-access/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/java-native-access)

Example Org:

[[https://packages.guix.gnu.org/packages/java-native-access][https://packages.guix.gnu.org/packages/java-native-access/badges/latest-version.svg]]