Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specifying a different temp directory for building install4j

Tags:

install4j

When building on my linux machine, I notice that install4j creates directories in my /tmp directory. Unfortunately since my /tmp directory is on a small partition, it fills up quickly. Is there a variable I can specify to have these directories and files be in a different directory than /tmp?

like image 708
Raylite3 Avatar asked Dec 19 '25 21:12

Raylite3


1 Answers

Edit bin/install4j.vmoptions and add

-Djava.io.tmpdir=[path to temp dir]

on a new line.

like image 165
Ingo Kegel Avatar answered Dec 22 '25 09:12

Ingo Kegel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!