Accessing native DLL during runtime at specific location in Jar
Okay, I’m working on a Java project using nar-maven-plugin to build a native library in another module then I’m using maven to copy that NAR file over to the module I’d like to use it in via JNA. I’ve managed to get this far: