How can I prevent Java from creating hsperfdata files?

Posted by c-had on Stack Overflow See other posts from Stack Overflow or by c-had
Published on 2008-09-16T20:03:08Z Indexed on 2010/06/17 9:13 UTC
Read the original article Hit count: 199

Filed under:

I'm writing a Java application that runs on Linux (using Sun's JDK). It keeps creating /tmp/hsperfdata_username directories, which I would like to prevent. Is there any way to stop java from creating these files?

© Stack Overflow or respective owner

Related posts about java