Java: Load native library from class loader resources if possible.
This is one step towards #6926. The idea is that if the native libraries are packaged in a .jar file available in the classpath of the JVM, then they can be extracted and used. Change: 150697993
Loading
Please sign in to comment