[zeromq-dev] Issue with maven commands and running java programs form zmq.jav

2011-12-02 Thread Mark Obsniuk
I'm running OS X. I had to install brew install pkg-config to run the java binding. Below is a list of commands used to setup environment. git clone https://github.com/zeromq/zeromq2-1.git cd zeromq2-1 ./autogen.sh ./configure make all make install make check git clone

Re: [zeromq-dev] Issue with maven commands and running java programs form zmq.jav

2011-12-02 Thread Joshua Foster
Try this: java -Djava.library.path=/usr/local/lib -cp jzmq-1.0.0.jar:. hwclient You need to include the local directory if you are running your code. If you are running within eclipse, you need to add -Djava.library.path=/usr/local/lib to the vm parameters and the jzmq-1.0.0.jar as a dependent