Runtime.exec(): run against time?
Hi all,
For the Java freaks among you, another case solved
Problem: when calling an external command using Runtime.exec(), the method exec() doesn’t return.
Reason: on some operating systems (including Windows, which was my case), you need to manually read the output and error streams from the external process.
Read the rest of this entry »
