com.sun.opengl.impl
Interface NativeLibLoader.LoaderAction
public static interface NativeLibLoader.LoaderAction
void | loadLibrary(String libname, String[] preload, boolean doPreload, boolean ignoreError) - Loads the library specified by libname.
|
loadLibrary
public void loadLibrary(String libname,
String[] preload,
boolean doPreload,
boolean ignoreError)
Loads the library specified by libname. Optionally preloads the libraries specified by
preload. The implementation should ignore, if the preload-libraries have already been
loaded.
libname
- the library to loadpreload
- the libraries to load before loading the main librarydoPreload
- true, iff the preload-libraries should be loadedignoreError
- true, iff errors during loading the preload-libraries should be ignored
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.