File file = new File("/path/to/file.txt"); PrintWriter writer = new PrintWriter(file); writer.print(""); writer.close();