public class Nadd {
    static {        System.loadLibrary("Nadd");    }    public native int nadd(int a, int b);
}感觉static后面应该有函数名的啊,为什么这里没有呢?