[zeromq-dev] Using ZMQ - Communication between c++ / java
Kevin Sapper
kevinsapper88 at gmail.com
Fri Jul 29 18:58:15 CEST 2016
Hi Yoav,
Pure Java implementation: https://github.com/zeromq/jeromq
Wrapper for libzmq: https://github.com/zeromq/jzmq
The project README should contain all information you need.
//Kevin
Am 29.07.2016 14:53 schrieb "Yoav Agami" <yoavagami at yahoo.com>:
> 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 files
> 2) Import org.zeromq.ZMQ
> 3) 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
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20160729/930ea1bb/attachment.htm>
More information about the zeromq-dev
mailing list