Hi. Tmp directory is used for extraction of
used plugins (cca 10kB/plugin).
Tmp destination folder is taken from your operating system properties - on Windows it's
SET TEMP=[directory]
SET TMP=[directory]
(or in control panels in environmental settings - winkey + pause - advanced - environment variables)
You can also set up this directory path into FRD directly (necessary for every run of FRD)
java -Djava.io.tmpdir="[directory]" -jar frd.jar
-------------------------------------