Communication between Java and D application
Jonathan M Davis
jmdavisProg at gmx.com
Sun Sep 15 11:19:20 PDT 2013
On Sunday, September 15, 2013 14:47:24 Anton Alexeev wrote:
> I meant that the programs are running. So there is a runnung
> program in D and a running program in Java. What is the best way
> to communicate between them?
Have them communicate via sockets just like you'd talk to a program on another
machine (except that the IPs will be 127.0.0.1).
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list