Java - process launched with Runtime.getRuntime().exec( cannot create temp file
问题 process launched with Runtime.getRuntime().exec(cmdLine, envp, workingDirectory); cannot create temp file. It is used inside Maven plugin for Eclipse Quote from mvn launched: Caused by: java.io.IOException: �ܾ���ʡ� at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.createTempFile(File.java:1879) Full log This is not Maven related as Gradle has the same issue Demo piece of code runs into the same error. String mavenPath = "D:\\Progs\\springsource\\apache-maven-3.0