<hotjava-install-directory>\runtime\lib\content-types.properties
Change the temp.file.template property near the top of the file to use an alternative directory for the temporary files.
NOTE: You should not edit the content-types.properties file other than to change the value of the temp.file.template property. Also, note that the "\" character is the escape character in this file. Therefore, to specify "\" in a directory name for Windows systems, you'll need to type "\\".
The HotJava Browser never deletes the temporary files created by content handlers.
By default, the HotJava Browser does not delete these temporary files. This is because some applications, especially on Solaris systems, spawn other applications which try to access the temporary file. If HotJava deletes the temporary file after the application it creates is finished, and that application has started another application, the child application may attempt to read the temporary file after it has been deleted.
If you know that the applications you launch do not create child applications, you can safely change the HotJava Browser to delete the temporary files it creates. To do so, set the property viewerunknown.delete.tmpfile to be true in your personal properties file. See Customizing the HotJava Browser for information about how to edit HotJava Browser properties.