I am attempting to run SWI Prolog from Java and set my environment variables as instructed, double checked to make sure that I am using the 64-bit version with my 64-bit machine and installed the jar file in the correct place. However, I am still getting the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: jpl.fli.Prolog.thread_self()I
at jpl.fli.Prolog.thread_self(Native Method)
at jpl.Query.open(Query.java:286)
at jpl.Util.textToTerm(Util.java:162)
at jpl.Query.<init>(Query.java:198)
at prologtest.PrologTest.main(PrologTest.java:20)
Java Result: 1
Can anyone help me figure out what I am missing here?