I use the Jasper Package in order to execute Prolog processes from java. I can have a Prolog process in an infinite loop and I want to be able to kill this process!!
When I execute a Prolog process I send it to a thread (with which I can handle it better). The thread seems like:
How can I kill the thread or the Prolog process?
Otherwise, how can I exit the run() method?
[This message has been edited by Xavier Casals (edited August 16, 2001).]