SWI Prolog Java interface Unsatisfied Link Error -


i attempting run swi prolog java , set environment variables instructed, double checked make sure using 64-bit version 64-bit machine , installed jar file in correct place. however, still getting following error:

exception in thread "main" java.lang.unsatisfiedlinkerror: jpl.fli.prolog.thread_self()i     @ jpl.fli.prolog.thread_self(native method)     @ jpl.query.open(query.java:286)     @ jpl.util.texttoterm(util.java:162)     @ jpl.query.<init>(query.java:198)     @ prologtest.prologtest.main(prologtest.java:20) java result: 1 

can me figure out missing here?


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -