Here, too

This commit is contained in:
Adam
2016-08-21 17:14:28 -04:00
parent e609fc83ba
commit 034ee2b7a1

View File

@@ -56,7 +56,7 @@ public class StoreLocation
logger.error(null, ex);
}
File tmp = new File("d:/temp");
File tmp = new File(TMP_DIR);
if (tmp.exists() || tmp.mkdir())
{
System.setProperty("java.io.tmpdir", TMP_DIR);