zeromq / jzmq

Java binding for ZeroMQ

Home Page:http://www.zeromq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No ZFrame or ZMsg in zmq.jar

jravert88 opened this issue · comments

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?