|
|
||||
|
||||
|
|
|
|||
|
"sachin786" <sachinsb@cse.iitb.ac.in> wrote in message news:f6e3726c85364a29b9ff731ce1238974@localhost.ta lkaboutprogramming.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 |
|
|||
|
sachin786 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 |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: parse character field | Alan Churchill | Newsgroup comp.soft-sys.sas | 0 | 07-03-2006 07:15 PM |