I have a problem when I try to create a buffer directory for download. I'm using struts 2 ScoreAction.java:
File tempDir = new File(getServlet().getServletContext()
.getRealPath("temp_file_dir"));
I don't know what problem here, the output allways is:
java.lang.NullPointerException
at java.io.File.<init>(Unknown Source)