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.
- Versions: 4.5.1
- Website: https://github.com/java-native-access/jna
- Licenses: ASL 2.0 · LGPL 2.1+
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]