Hi,
I am checking the Ergo to Java interface (I have an evaluation version of Ergo on my Windows machine).
After launching the Ergo IDE, I typed the following command in the Listener:
ensure_loaded @\e2j.
System response:
Times (in seconds): elapsed = 0.000; pure CPU = 0.000
Yes
... done ...
I then entered the following (example given on P23 of "A Guide to ErgoAI Packages" manual):
'123abc789'[message(split(abc)) -> ?P]@\e2j.
System response:
++Error[Ergo]> attempt to call a Prolog predicate in a nonloaded module `ergo_java'
... done ...
What could be the problem?
- Rangarajan