java.io.tmpdir
is hard-coded to /tmp
/. This can be changed with, e.g.:
export _JAVA_OPTIONS=-Djava.io.tmpdir=/mnt/tmp/whatever
A repository of notes; by noto, for noto. Made public so noto can read it from anywhere. It won't make any sense to you.
java.io.tmpdir
is hard-coded to /tmp
/. This can be changed with, e.g.:
export _JAVA_OPTIONS=-Djava.io.tmpdir=/mnt/tmp/whatever