I'm attempting to integrate Processing and zeromq, using the jzmq Java bindings. I installed both zeromq and jzmq on my system (OS X 10.8), and included the zmq.jar file in my code. However, I keep getting "UnsatisfiedLinkError: no jzmq in java.library.path" whenever I try to call the library.
The solution is hopefully trivial, but I don't have much experience with Java programming, so I don't know where to start.