com.jogamp.common.jvm
Interface JNILibLoaderBase.LoaderAction

Enclosing class:
JNILibLoaderBase

public static interface JNILibLoaderBase.LoaderAction


Method Summary
 void loadLibrary(java.lang.String libname, java.lang.String[] preload, boolean preloadIgnoreError)
          Loads the library specified by libname.
 

Method Detail

loadLibrary

void loadLibrary(java.lang.String libname,
                 java.lang.String[] preload,
                 boolean preloadIgnoreError)
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 if not null
preloadIgnoreError - true, if errors during loading the preload-libraries should be ignored