jzmq

How do I compile jzmq for ZeroMQ on OSX?

Trying to follow the directions from: http://github.com/zeromq/jzmq I installed pkg-config using Homebrew and then I run the following commands: ./autogen.sh ./configure The configure fails with: checking how to hardcode library paths into programs... immediate ./configure: line 15263: syntax error near unexpected token `newline' ./c...

how i install java binding zeromq ubuntu?

i follow this steps http://www.zeromq.org/bindings:java to install jzmq, but after install i don't find the class/jars to import in my eclpse project. my enviroment variables are: JAVA_HOME=/usr/lib/jvm/java-6-sun/bin PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/java-6-sun/bin CLASSPATH=/usr...