0
我想編譯0MQ java 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