Re: Potential issue with JNA native library search path on some architectures

2020-10-20 Thread Reinhard Pointner
Dear Tiago, I've since fixed the issue by passing -Djna.nosys=false which forces JNA to use System.loadLibrary(). It's along the lines of what you've suggested. I'm using -Djna.noclasspath=false and -Djava.library.path=/usr/lib/arm-linux-gnueabihf/jni as well though, but those may not be strictly

Potential issue with JNA native library search path on some architectures

2020-10-19 Thread Reinhard Pointner
ive-library.patch/ I would recommend respecting the jna.boot.library.path and jna.boot.library.name properties, and changing only the default value to from jnidispatch to jnidispatch.system. Kind Regards, Reinhard Pointner