2012-04-04 2 views
0

0MQ 자바 JNI 바인딩을 컴파일하려고합니다. Mac OS X에서 jar 파일을 컴파일하면이 파일을 Linux 배포판에 복사 할 수 있습니까?다른 플랫폼에서 컴파일하는 JNI

Download jzmq, the java JNI lib for zmq. Uncompress and cd into that dir, and build it: 
./autogen.sh 
./configure 
make 
make install 
You'll end up with the zmq.jar in /usr/local/share/java/ and the native lib in /usr/local/lib 

http://blog.pmorelli.com/getting-zeromq-and-jzmq-running-on-mac-os-x

답변

0

귀하의 질문은 매우 명확하지 않습니다 만, JAR 파일은 이식 : JNI 라이브러리가 없습니다.

관련 문제