jzmq icon indicating copy to clipboard operation
jzmq copied to clipboard

Instructions for building the Java binding on Windows 7x64

Open knockoutuser opened this issue 11 years ago • 4 comments

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?

knockoutuser avatar Jul 09 '14 15:07 knockoutuser

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.

trevorbernard avatar Jul 09 '14 16:07 trevorbernard

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.

knockoutuser avatar Jul 10 '14 08:07 knockoutuser

It should be just a matter of updating CMakelist.txt to reference zeromq-4.0.4

trevorbernard avatar Jul 10 '14 18:07 trevorbernard

see my solution on page https://github.com/zeromq/jzmq/issues/313

lukaszaoralek avatar Oct 27 '14 18:10 lukaszaoralek