Gradle Setup for Java bindings to SWI-Prolog
Dependencies:
- JDK 8 32bit
- SWI-Prolog 6.6.6 32bit (add it's 'bin' folder to the PATH variable)
Getting started:
- Clone this repo
- Run the example predicate with the following commands: 'gradlew run'
You can modify the Prolog or Java code and test it without manually recompile it, just type again: 'gradlew run'