Class NativeLibrary.LibPath

  • Enclosing class:
    NativeLibrary

    public static class NativeLibrary.LibPath
    extends Object
    Native Library Path Specification
    • Field Detail

      • path

        public final String path
        Relative or absolute library path.
      • isAbsolute

        public final boolean isAbsolute
        True if path is an absolute path
      • addToSearchPath

        public final boolean addToSearchPath
        True if directory of absolute library path shall be added to the linker search path. May not be supported on all systems. Supported OS: Windows.
        See Also:
        searchPathPrepend
      • searchPathPrepend

        public final String searchPathPrepend
        Search path prepend directories, separated by OS File.pathSeparator. May be used independent to `addToSearchPath`.
        See Also:
        addToSearchPath