ClassLoader, extract the native binary from the classpath to a temporary location (which gets cleaned up on shutdown), and load that binary (via System.load(String)).ClassLoader, attempt to load the native library (via System.loadLibrary(String) with Core.NATIVE_LIBRARY_NAME).Copyright © 2020. All rights reserved.