> From: Steve Loughran [mailto:[EMAIL PROTECTED] > 1. a new ProcessBuilder : > http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder > .html
Gee, what happened to the JavaBeans method getXyz and setXyz!?!? There is ProcessBuilder#directory() instead of #getDirectory() There is ProcessBuilder#directory(File) instead of #setDirectory(File) Etc... Sounds like this was done by a C++ guy ;-) --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]