Re: question to Runtime.exec()
Posted By:
Nathan_Meyers
Posted On:
Tuesday, November 6, 2001 07:15 PM
Why are you setting up DataInputStreams from your subprocess's output? Those are meant to read data in a binary format generated by a DataOutputStream - your shell script certainly isn't generating such output. Maybe you should try getting rid of the new DataInputStream() declarations.