Home | Previous Page | Next Page   Environment Variables > Environment Variables >

JAR_TEMP_PATH (IDS)

Set the JAR_TEMP_PATH variable to specify a non-default local file system location where jar management procedures such as install_jar( ) and replace_jar( ) can store temporary .jar files of the Java virtual machine.

Read syntax diagramSkip visual syntax diagram>>-setenv--JAR_TEMP_PATH--pathname-----------------------------><
 
pathname
specifies a local directory for temporary .jar files.

This directory must have read and write permissions for the user who brings up the database server. If the JAR_TEMP_PATH environment variable is not set, temporary copies of .jar files are stored in the /tmp directory of the local file system for the database server.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]