Java tutorial
public class Main { public static void main(String[] args) { Runtime runTime = Runtime.getRuntime(); runTime.loadLibrary("C:/Windows/System32/crypt32.dll"); } }