Searched defs:JNI (Results 1 - 1 of 1) sorted by relevance

/external/jsilver/src/org/clearsilver/jni/
H A DJNI.java23 * Loads the ClearSilver JNI library.
33 public final class JNI { class
49 + JNI.class.getName() + ".setLibrarySearchPaths(String...)");
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
[all...]

Completed in 162 milliseconds