gpt4 book ai didi

java - 控制 java.io.tmpdir 的环境变量?

转载 作者:IT老高 更新时间:2023-10-28 11:29:41 31 4
gpt4 key购买 nike

我使用 TMP 环境变量来控制诸如 gcc 将其写入临时文件的位置,但我似乎找不到 java 的 createTempFile 的等效项API。

这样的环境变量存在吗?

最佳答案

根据java.io.File Java Docs

The default temporary-file directory is specified by the system property java.io.tmpdir. On UNIX systems the default value of this property is typically "/tmp" or "/var/tmp"; on Microsoft Windows systems it is typically "c:\temp". A different value may be given to this system property when the Java virtual machine is invoked, but programmatic changes to this property are not guaranteed to have any effect upon the the temporary directory used by this method.

要指定java.io.tmpdir系统属性,你可以调用JVM如下:

java -Djava.io.tmpdir=/path/to/tmpdir

默认情况下,此值应来自 Windows 系统上的 TMP 环境变量

关于java - 控制 java.io.tmpdir 的环境变量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1924136/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com