Home | History | Annotate | Download | only in java-jni

Lines Matching full:jni

4  * Loads the ClearSilver JNI library.
6 * <p>By default, it attempts to load the library 'clearsilver-jni' from the
12 public class JNI {
41 private static String libraryName = "clearsilver-jni";
44 * Attempts to load the ClearSilver JNI library.
61 * Sets a callback for what should happen if the JNI library cannot
69 JNI.failureCallback = failureCallback;
74 * Set name of JNI library to load. Default is 'clearsilver-jni'.
77 JNI.libraryName = libraryName;