com.sun.opengl.impl

Interface NativeLibLoader.LoaderAction

public static interface NativeLibLoader.LoaderAction

Method Summary

void
loadLibrary(String libname, String[] preload, boolean doPreload, boolean ignoreError)
Loads the library specified by libname.

Method Details

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.
Parameters:
libname - the library to load
preload - the libraries to load before loading the main library
doPreload - true, iff the preload-libraries should be loaded
ignoreError - 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.