You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

4 lines
387 B

1. 当前目录里的DemoJava为Eclipse工程,使用的JDK版本为“jdk1.8.0”;
2. DemoJava中加载的Dll库为“CWFaceSDKJni.dll”,该版本只支持64位的SDK,该库为jni库,依赖对应SDK的库;
3. 当前目录下“win_x64_jni”中的JNI库,依赖上层目录“build_64\bin”中的SDK库;
4. 若要调用该Demo,需要将以上jni库和SDK库拷贝到一起,设置环境变量;或者全部拷贝到JDK下的“bin”目录中,目的是让java虚拟机能Load这些SDK库。