这个方法是用来调用jni生成的dll
一般的使用方法是在你的类里面的static块里面调用
static {
   System.loadLibrary(xxx);//xxx是你的库文件的名字
}