jzmq
jzmq copied to clipboard
Instructions for building the Java binding on Windows 7x64
I want to build the Java binding for 0MQ for Windows 7 x64 and I don't know exactly the status of the documentation at http://zeromq.org/bindings:java.
For example, in the "Insert attached CMakeLists.txt" section I see the file has a different content than the CMakeLists.txt that is in the jzmq repository, NSIS website seems to be down and probably more.
is there an up to date document on how to create a Java binding for the current 0MQ version?
The documentation is indeed out of date but I'm not in the position to update it since I primary develop on *nix based systems. I would suggest asking the mailing list for help then if you were so kind, update the building the Java bindings on Windows documentation.
Can you at least tell me if I can build the Java binding with the latest version of ZeroMQ, currently 4.0.4? I see the cmake script points to 3.2.2.
It should be just a matter of updating CMakelist.txt to reference zeromq-4.0.4
see my solution on page https://github.com/zeromq/jzmq/issues/313