process launched with Runtime.getRuntime().exec(cmdLine, envp, workingDirectory); cannot create temp file.
Runtime.getRuntime().exec(cmdLine, envp, workingDirectory);
It is used inside Maven plugin for Eclipse
Solved by passing a set of environment variables.