开发者

JNI binaries not included in JAR

开发者 https://www.devze.com 2023-03-21 20:43 出处:网络
I\'m building javacv(http://code.google.com/p/javacv/) by myself. The problem is that the resulting jar file does not includes libjni*.so files.

I'm building javacv(http://code.google.com/p/javacv/) by myself. The problem is that the resulting jar file does not includes libjni*.so files. The official release of javacv has three jar: javacv.jar javacpp.jar javacv-linux开发者_运维技巧-x86.jar (this is where the libjni*.so is located)

I use ant to build the project, and it produces javacv.jar and javacpp.jar, the javacv-linux-x86.rar however, is missing. When I look at 'build/classes/com/googlecode/javacv/cpp/linux-x86', the libjni*.so are there. Does anyone know how to fix it?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号