public class Native { static { System.loadLibrary("native Library"); } public native void m1(); }