java -Djava.library.path='.' HelloJNI利用指定library来运行
利用gcc hellojni.c -fPIC -shared -o libhellojni.so生成链接库文件