No ZFrame or ZMsg in zmq.jar
jravert88 opened this issue · comments
jravert88 commented
I am building and attempting to use the zmq.jar on a CentOS 7 machine.
I am following the README by doing
cd jzmq-jni/
./autogen.sh
./configure
make
make install
The installed zmq.jar does not contain ZFrame or ZMsg.
Is there anything I am missing?