Quantcast
Channel: Active questions tagged zeromq - Stack Overflow
Viewing all articles
Browse latest Browse all 193

JNI compiling on different platforms

$
0
0

I'm trying to compile the 0MQ java JNI binding...If I compile the jar on mac os x can I copy this to a linux distro?

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


Viewing all articles
Browse latest Browse all 193

Trending Articles