com.ibm.icu4jni.common
Class ICU4JNILoader

java.lang.Object
  |
  +--com.ibm.icu4jni.common.ICU4JNILoader

public final class ICU4JNILoader
extends java.lang.Object

Class for loading the JNI library

Status:
Internal. This API is Internal Only and can change at any time.

Field Summary
static boolean LIBRARY_LOADED
           
 
Constructor Summary
ICU4JNILoader()
           
 
Method Summary
static void loadLibrary()
          Loads the JNI library
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIBRARY_LOADED

public static boolean LIBRARY_LOADED
Status:
Internal. This API is Internal Only and can change at any time.
Constructor Detail

ICU4JNILoader

public ICU4JNILoader()
Method Detail

loadLibrary

public static final void loadLibrary()
                              throws java.lang.UnsatisfiedLinkError
Loads the JNI library

java.lang.UnsatisfiedLinkError
Status:
Internal. This API is Internal Only and can change at any time.