1.4.7 Precautions related to the commands used with JavaVM (In Windows)
The following commands provided with Application Server create temporary files in a directory acquired by the GetTempPath() function of Windows API:
-
javagc command
-
jheapprof command
-
eheapprof command
You must have write permission for the directory acquired using the GetTempPath() function to operate the commands properly. Also, do not delete this directory when the JavaVM process is being executed.
Make sure that this directory is not located under the Windows system directory.