Availability::- use_module(library(jpl)).
(can be autoloaded)
jpl_c_lib_version(-Version)Version is the fully qualified version identifier of the
in-use C component (jpl.c) of JPL.
It should exactly match the version identifiers of JPL's Prolog (jpl.pl
)
and Java (jpl.jar) components.
Example
?- jpl_c_lib_version(V).
V = '7.4.0-alpha'.