public class DefaultLibraryLocator extends Object implements NativeLibraryLocator
NativeLibraryLocator
interface. This will first attempt to load the
native library from the java.library.path property. If that fails, it will attempt to extract a library from the
jar based on the host operating system and architecture.
NativeLibraryLocator
Constructor and Description |
---|
DefaultLibraryLocator() |
public Iterator<File> getLibraries()
getLibraries
in interface NativeLibraryLocator
Copyright © 2006-2017 ${project.vendor}. All Rights Received.