Introduction
Sometimes you want to use system native libraries (dll on Windows or .so on Linux, UNIX or Mac). This example shows how to load them. After you loaded the library you can call them from your Java Applications.
System.loadLibrary("libraryName");