Hello, This is most likely a very basic usage of ZeroMQ, but I am a computational engineer and I am trying to connect a hydraulic model written in C++ to a decision tree model written in Java. I would like to send data files back and forth between the two programs. I am using ZeroMQ for this. And I have gotten ZeroMQ to work via Python no problem (which I am planning on using for my C++ model which I run via a bash script). However, I am having difficulty interfacing it with Java. I was planning on just creating a class in Java that is solely used to interface with ZeroMQ. Does anyone have any suggestions?
Thanks, Sara
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
