int stdoutFd = _stdoutFd;
_stdoutFd = -1;
try {
StreamImpl stream;
Class<?> cl = Class.forName("com.caucho.vfs.JniFileStream",
false, getClass().getClassLoader());
Constructor<?> ctor = cl.getConstructor(new Class[] { int.class, boolean.class, boolean.class });