Thursday, July 01, 2004

Isn't it wonderful when someone else does your work for you? I was looking at ways of implementing the Runtime.exec() methods when I discovered that the Classpath folks have very thoughtfully provided a class called VMProcess which does just this. I simply have to delegate the exec() calls to VMProcess.exec(). Neat.