Is it possible to override the native JRE library with the library in my own location? I tried using -Djava.library.path=... , but when I check lsof -p , the process still uses a copy of the JRE.
Reference Information. On Oracle JRE 7 on Mac OS X, the javax.security.smartcardio library is broken. If you call list () too often, this happens. But since the correction was simple (incorrect signature of a 64-bit function), I was able to create OpenJDK and create a fixed library libj2pcsc.dylib , which I want to use, if possible, without replacing the system library.
source share