Cant read all characters from CMD

i am running Runtime.getRuntime().exec

To run some TCL CLI

(http://www.activestate.com/Products/ActiveTcl/)

and i wish to write and read from the IO streams

i cannot read all of the respons characters from the inputstream

only faw of them...

how can i get all of tham

i am using the StreamGobbler example from javaWorld

http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html

thanks shay

[459 byte] By [shay_tea] at [2007-10-3 3:46:15]
# 1
the command that i am running isRuntime.getRuntime().exec(cmd /c cd "C:\Program Files\Tcl\bin\" && tclsh84.exe)thanks....
shay_tea at 2007-7-14 21:42:54 > top of Java-index,Core,Core APIs...
# 2
Please try a more appropriate forum. Conventional/Interruptible I/O, Java Programming spring to mind. This has nothing to do with Java Generics.
ejpa at 2007-7-14 21:42:54 > top of Java-index,Core,Core APIs...