On Fri, 13 Sep 2013 22:04:24 +0200, 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?

What you need is Java JNI: http://en.wikipedia.org/wiki/
Java_Native_Interface . There are many examples how to do this in C or C+
+. It should not be any different in D.

Reply via email to