Understanding zeromq java binding
问题 I'm investigating zeromq as a message passing solution in a java project, but I find the instructions on java binding somewhat difficult to follow. http://www.zeromq.org/bindings:java I am unfamiliar with java bindings, so these may be stupid questions, but can someone help me understand: Why do I need to install anything? Will jars I build on one machine work on another system? I need this application to be portable. If so, why do I need to build my own jars to begin with? I feel like the