Code Comments
Programming Forum and web based access to our favorite programming groups.Exception in thread "main" java.lang.UnsatisfiedLinkError: no xsb in java.library.path Hi guys. I am combining java+SWI Prolog can anyone tell why this error comes.. Plz. help me out
Post Follow-up to this message"sachin786" <sachinsb@cse.iitb.ac.in> wrote in message news:f6e3726c85364a29b9ff731ce1238974@lo calhost.talkaboutprogramming.com... > Exception in thread "main" java.lang.UnsatisfiedLinkError: no xsb in > java.library.path > > Hi guys. > I am combining java+SWI Prolog can anyone tell why this > error comes.. Plz. help me out Without being a Java expert, it looks to me as if your Java runtime linker is complaining. Perhaps you reference an undefined symbol? Used improper link options? Wrong path? From this, I cannot tell you more and the above is a mere hunch. No guarantees. Perhaps you'd be better off asking this in a java newgroup. Regards, dandelion
Post Follow-up to this messagesachin786 wrote: > Exception in thread "main" java.lang.UnsatisfiedLinkError: no xsb > in java.library.path When starting your Java program you have to add the path to the xsb lib. java -Djava.lirary.path=/path/to/XSB/config/i686-pc-linux-gnu/bin/ Ciao, Martin
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.