So, I have some Java code which creates a file, then runs one of several external binaries upon that file using exec. The external binary reads the provided file, does its processing, then dumps its ...