> On Jun 1, 2015, at 1:30 PM,
emai...@gmail.com wrote:
>
> Aside from that, is there a way to verify that nosys is actually working as intended? I want to make sure the property is being picked up and I am actually using the bundled JNA vs the new one that I repackaged. Thanks,
Well, you *could* install a system version of JNA that bombs immediately. It’s a bit tough to test in isolation (i.e. unit tests).
There is one library load call that depends on the system to find the library in question; when jna.nosys is set, that call is skipped. In all other cases, an explicit path is used to load the library.
T.