English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Im using Windows XP and it has Java HotSpot Virtual Machine log files being automatically stored onto my desktop. Im not interested in these error messages only in either disabling these log files from being created or at the very least moving them to a more appropriate directory path.

Can someone please tell me how to make such an adjustment under Windows XP.

Thanks.

2006-07-30 04:55:35 · 2 answers · asked by zerohourx 1 in Computers & Internet Programming & Design

2 answers

When a fatal error occurs an error log is created in the file hs_err_pid.log (where is
the process id of the process). Where possible the file is created in the working directory of the
process. In the event that the file cannot be created in the working directory (insufficient space,
permission problem, or other issue) then the file is created in the temporary directory for the
operating system. On Solaris and Linux the temporary directory is /tmp. On Windows the temporary
directory is specified by the value of the TMP environment variable, or if that is not defined, the
value of the TEMP environment variable.

So, first check to see what your JRE working directory is and change it if necessary. Secondly, check to see if your desktop is currently set as the Windows Temp directory (usually not a good choice).

2006-08-01 09:40:39 · answer #1 · answered by vincentgl 5 · 0 0

Java Error Log Location

2017-02-27 08:25:38 · answer #2 · answered by ? 4 · 0 0

fedest.com, questions and answers