mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 11:54:02 +00:00
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.
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.