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
Post a Comment