[zeromq-dev] Using ZMQ - Communication between c++ / java

Yoav Agami yoavagami at yahoo.com
Fri Jul 29 14:47:21 CEST 2016


Hi All,
I am trying to develop communication between two applications (c++, Java).Currently I am able to create Client/Server communication between two c++ applications using ZMQ, but facing issues getting the Java side using ZMQ API and sending messages to c++ side. I tried to use the code from ZMQ examples.
My question:It should be easy, but I am not able to use the basic example (client / server) in Java. I thought that I should do the following:
1) Open new Java project and add relevant existing JAR files2) Import org.zeromq.ZMQ3) Use ZMQ API
But didn't find in the official site the JAR's / after downloading from external website jzmq-3.0.0 it doesn't work as expected.
Am I missing something basic? What is the correct way to use ZMQ API's?Is there a guide "how to set up the project and test a simple client/server hello world in Java"
Any input is very appreciated!
Thanks,Yoav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20160729/e6bf4640/attachment.htm>


More information about the zeromq-dev mailing list