On Friday, September 13, 2013 22:04:24 Anton Alexeev wrote: > I have a method in a D program which I want to call from a Java > program. What is the best way to do this?
Usually, to have two languages talk to each other, you have to have a C layer in between. So, AFAIK, that's what you have to do, but there may be a better way to handle it in this case that I don't know about. - Jonathan M Davis
