Java Runtime.loadLibrary(String libname)

Syntax

Runtime.loadLibrary(String libname) has the following syntax.

public void loadLibrary(String libname)

Example

In the following code shows how to use Runtime.loadLibrary(String libname) method.


//from w  ww.j  a  va2s  . c o m

public class Main {

   public static void main(String[] args) {

      Runtime.getRuntime().loadLibrary("C:/Windows/System32/crypt32.dll");


   }
}




















Home »
  Java Tutorial »
    java.lang »




Boolean
Byte
Character
Class
Double
Enum
Float
Integer
Long
Math
Number
Object
Package
Process
ProcessBuilder
Runnable
Runtime
SecurityManager
Short
StackTraceElement
StrictMath
String
StringBuffer
StringBuilder
System
Thread
ThreadGroup
ThreadLocal
Throwable