You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the method: BaseJniExtractor#extractJni , you retried to load resource with altLibName to adapt Darwin "jnilib or dylib" suffix. Lib Resource was loaded with libraryJarClass.getClassLoader on first time, but tried with this.getClassLoader() secondly.
You should load the libResource with libraryJarClass.getClassLoader consistently.
The text was updated successfully, but these errors were encountered:
In the method: BaseJniExtractor#extractJni , you retried to load resource with altLibName to adapt Darwin "jnilib or dylib" suffix. Lib Resource was loaded with libraryJarClass.getClassLoader on first time, but tried with this.getClassLoader() secondly.
You should load the libResource with libraryJarClass.getClassLoader consistently.
The text was updated successfully, but these errors were encountered: