Hello all,
I might have to write a CVS client in Java, so I was planning on using Runtime.exec("CVS Update etc.."); I am wondering how I would get messages CVS send back?
I know that Runtime returns a Process Object, and u can then get various streams, but I to print out the message returned but did not get anything. If anyone has some sample code, or could point me to a site where I can read up more on how to use Runtime class, I would appreciate it.
Thanks,
Rob