Files
mercury/samples/java_interface/README
Julien Fischer 5d67935553 Add an example of calling Mercury libraries from Java.
In particular, demonstrate how to invoke any module-local finalisers and
retrieve the exit status.

samples/java_interface/standalone_java/Makefile:
samples/java_interface/standalone_java/JavaMain.java:
samples/java_interface/standalone_java/mercury_lib.m:
	As above.

samples/java_interface/README:
	Describe the new directory.
2014-12-08 11:52:15 +11:00

12 lines
463 B
Plaintext

This directory contains some examples of mixed Mercury/Java programs using
the Java interface.
mercury_calls_java A detailed example of Mercury code
calling Java code.
java_calls_mercury A detailed example of Java code calling
Mercury code.
standalone_java An example of how to call a Mercury library
from a Java program.