Here you can find the source of tempDir()
private static String tempDir()
//package com.java2s; //License from project: Open Source License public class Main { private static String tempDir() { return System.getProperty("java.io.tmpdir") + "/doodleDebug"; }// ww w. j ava 2 s . c o m }