Communication between Java and D application
Dejan Lekic
dejan.lekic at gmail.com
Sat Sep 14 10:50:57 PDT 2013
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.
More information about the Digitalmars-d-learn
mailing list