PATH  Documentation > Mac OS X > Foundation Reference: Java



Table of Contents

NSRuntime


Inherits from:
Object
Package:
com.apple.yellow.foundation


Class Description


Description forthcoming.




Method Types


TBD_Functional_Method_Group
addPathToLibrarySearchPaths
librarySearchPaths
loadLibrary
removePathFromLibrarySearchPaths
setLibrarySearchPaths


Static Methods



addPathToLibrarySearchPaths

public static void addPathToLibrarySearchPaths(String aString)

Description forthcoming.

librarySearchPaths

public static String librarySearchPaths()

Description forthcoming.

loadLibrary

public static void loadLibrary(String aString)

Description forthcoming.

removePathFromLibrarySearchPaths

public static void removePathFromLibrarySearchPaths(String aString)

Description forthcoming.

setLibrarySearchPaths

public static void setLibrarySearchPaths(String[] strings)

Description forthcoming.


Table of Contents