Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 linux 机器上构建时,我注意到 install4j 在我的 /tmp 目录中创建了目录。不幸的是,由于我的 /tmp 目录位于一个小分区上,它很快就会被填满。我可以指定一个变量来让这些目录和文件位于与 /tmp 不同的目录中吗?
编辑bin/install4j.vmoptions和添加
bin/install4j.vmoptions
-Djava.io.tmpdir=[path to temp dir]
在新线上。