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.
- Outputs:
out
- 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 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.