> In any case, the files
> are created in the system temp directory, using the java
> File.createTempFile method call. I dont know if that is something that
> can be controlled by setting environment variables.
Does JDK 1.3+ cover POI users?
http://java.sun.com/j2se/1.3/docs/api/java/io/File.html#createTempFile(java.lang.String,%20java.lang.String,%20java.io.File)
Seems you could pass ./tmp, which would make Gump happy.
regards
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org
|