Set the DERBY_INSTALL environment variable

During installation, a base directory was created where the software was installed. This document assumes that directory is named Derby_10. This document refers to that directory as the Derby base directory.

If you plan to use the scripts in the /frameworks/embedded/bin directory and if your operating system supports it, create an environment variable called DERBY_INSTALL and set its value to the path of the Derby base directory. This will allow you to use shortened commands to run the Derby tools and utilities.

For example, if you installed the product in c:\Derby_10, set DERBY_INSTALL to c:\Derby_10:
set DERBY_INSTALL=c:\Derby_10
Related tasks
Set the classpath