Home | History | Annotate | Download | only in jni

Lines Matching defs:jni

17 package org.clearsilver.jni;
23 * Loads the ClearSilver JNI library.
25 * <p>By default, it attempts to load the library 'clearsilver-jni' from the
33 public final class JNI {
49 + JNI.class.getName() + ".setLibrarySearchPaths(String...)");
68 private static String libraryName = "clearsilver-jni";
77 * Attempts to load the ClearSilver JNI library.
113 * Sets a callback for what should happen if the JNI library cannot
121 JNI.failureCallback = failureCallback;
126 * Set name of JNI library to load. Default is 'clearsilver-jni'.
129 JNI.libraryName = libraryName;
133 * Sets locations where JNI library is searched.
136 JNI.librarySearchPaths = paths;