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
