Environment variable to control java.io.tmpdir?

Hmmm — since this is handled by the JVM, I delved into the OpenJDK VM source code a little bit, thinking that maybe what’s done by OpenJDK mimics what’s done by Java 6 and prior. It isn’t reassuring that there’s a way to do this other than on Windows. On Windows, OpenJDK’s get_temp_directory() function makes a Win32 API … Read more