I'm using a library called Jasper to link my Java application to the Sicstus4 software. This is working smoothly but when I make a query to it I need to grab the output in order to show it in a JTextArea. Right now the Sicstus software prints the output to the console, how can I grab it?

Thank you in advance! Joshua.

link|improve this question

60% accept rate
feedback

1 Answer

Well I don't know anything about Sicstus4, but if you're calling it from Java, there are examples here. It looks like you're supposed to get the output from the Map you pass in when you create the query.

link|improve this answer
Hi. Actually, I am retrieving the solutions from the map. What I need is to grab the output to the console. For a particular query it doesn't return anything in the map, but it does print an output in the console, that's the one I need to grab. Thank you, let me know if you have any further ideas, Joshua. – Joshua Hernandez Apr 27 '11 at 18:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.