| JDK 11 | JDK 17 | JDK 20 | JDK 8 |
|---|---|---|---|
| 11-pool-oracleResolved | 17-pool-oracleResolved | 20 b25Fixed | 8-poolResolved |
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
JDK-8297055 :
|
submitter hit an error in use of the java.io.File.createTempFile API - following exception produced:
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createTempFile(File.java:2001)
at java.io.File.createTempFile(File.java:2047)
turns out that they had supplied a bad, non-existent, directory for the 'java.io.tmpdir' system property
We should investigate if any hint of this can be passed to end user exception
|