解决window平台下JNI生成头文件找不到"xxx"类文件
摘要:想写一个java调用C的小程序。 java代码: package edu.netcom.jni; public class WinMsgDll { static{ System.loadLibrary("WinMsgDll"); // (1)第一步,加载动态库 } public native voi
        阅读全文
				
		posted @ 2016-02-26 23:13
		
		posted @ 2016-02-26 23:13