Lines Matching full:library
23 * Loads the ClearSilver JNI library.
25 * <p>By default, it attempts to load the library 'clearsilver-jni' from the
26 * path specified in the 'java.library.path' system property. However, this
48 "Try specifying -Djava.library.path=[directory] or calling "
71 = System.getProperty("java.library.path", ".").split(
77 * Attempts to load the ClearSilver JNI library.
83 // Library already loaded? Great - nothing to do.
94 // Attempt to load the library in that path.
100 // Library not found. Continue loop.
104 // Still here? Couldn't load library. Fail.
113 * Sets a callback for what should happen if the JNI library cannot
126 * Set name of JNI library to load. Default is 'clearsilver-jni'.
133 * Sets locations where JNI library is searched.