10.42.8 The Jasper Library

The Jasper library module is the Prolog interface to the Java VM. It corresponds to the se.sics.jasper package in Java. It is loaded by executing the query:

     | ?- use_module(library(jasper)).

The Jasper library fully supports multiple SICStus run-times in a process.

Jasper cannot be used when the SICStus run-time is statically linked to the executable, such as when using spld --static.

The following functionality is provided:


Send feedback on this subject.