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

/openjdk7/jdk/src/windows/classes/sun/security/smartcardio/
H A DPlatformPCSC.java42 initException = loadLibrary();
45 private static Throwable loadLibrary() { method in class:PlatformPCSC
/openjdk7/jdk/src/share/classes/java/lang/
H A DRuntime.java763 * This is similar to the method {@link #loadLibrary(String)}, but it
795 ClassLoader.loadLibrary(fromClass, filename, true);
810 * The method {@link System#loadLibrary(String)} is the conventional
816 * static { System.loadLibrary("LibFile"); }
836 public void loadLibrary(String libname) { method in class:Runtime
849 ClassLoader.loadLibrary(fromClass, libname, false);
H A DSystem.java1069 * The call <code>System.loadLibrary(name)</code> is effectively
1072 * Runtime.getRuntime().loadLibrary(name)
1082 * @see java.lang.Runtime#loadLibrary(java.lang.String)
1086 public static void loadLibrary(String libname) { method in class:System
1098 * @see java.lang.System#loadLibrary(java.lang.String)
1148 loadLibrary("zip");
H A DClassLoader.java1712 * @see System#loadLibrary(String)
1833 // Invoked in the java.lang.Runtime class to implement load and loadLibrary.
1834 static void loadLibrary(Class fromClass, String name, method in class:ClassLoader
1929 * because Runtime.load and Runtime.loadLibrary are
1931 * function can cause another loadLibrary invocation.

Completed in 47 milliseconds