Here you can find the source of getTempDirectory()
public static File getTempDirectory()
//package com.java2s; //License from project: LGPL import java.io.File; public class Main { public static File getTempDirectory() { return new File("./src/test/tmp"); }/*ww w. j a v a 2 s.c o m*/ }