Loads the ClearSilver JNI library.
By default, it attempts to load the library 'clearsilver-jni' from the
path specified in the 'java.library.path' system property.
If this fails, the JVM exits with a code of 1. However, this strategy
can be changed using {@link #setFailureCallback(Runnable)}. |