public class JNIUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.io.File |
exportLibrary(java.lang.String libName)
Export a library from classpath resources to a temporary file.
|
public static java.io.File exportLibrary(java.lang.String libName) throws java.io.IOException
libName
- the name of the library to attempt to export. This name should be
undecorated with file extensions and, in the case of *nix, "lib" prefixes.java.io.IOException