Here is the issue.
java program starts and launches an external program. I get the inputstream and outputstream of that process to play with. I can pipe all the inputstream information to a textarea just fine however... its when i want to give input to the outputstream that the problem occurs. I believe I'm just thinking of this the wrong way and am coming here for help.
Also if anyone looking at this code can knows how I can differentiate from a process that needs input to one that does not that would be great as well.
here is the sample code and the following ruby script I used for the external program...
here is the simple ruby script i am using...
again any help is appreciated.
Thanks in advance,
Christopher Dancy
[ December 30, 2008: Message edited by: Martijn Verburg ]