(no title)
sedro | 1 year ago
For example, each these jars named "native-$os-$arch.jar" contain a .dll/.so/.dylib: https://repo1.maven.org/maven2/com/aayushatharva/brotli4j/
JNA will extract the appropriate native library (using os.name and os.arch system properties), save the library to a temp file, then load it.
throwaway2037|1 year ago
FYI: JNA = Java Native Access project: https://github.com/java-native-access/jna
sedro|1 year ago
okr|1 year ago