public class NativeLibraryResolver extends Object
CommonPaths.getSystemNativeLibsRoot()
.Constructor and Description |
---|
NativeLibraryResolver() |
Modifier and Type | Method and Description |
---|---|
static String |
getAbsoluteLibraryPath(String libraryName)
Gets the absolute path of a native library.
|
static void |
setCommonPaths(CommonPaths paths) |
public static void setCommonPaths(CommonPaths paths)
public static String getAbsoluteLibraryPath(String libraryName)
CommonPathsImpl.getSystemNativeLibsRoot()
.libraryName
- The name of the library. Specified in the same fashion as for
System.loadLibrary(String)
.System.load(String)
;Copyright © 2017. All rights reserved.