Derby

the Derby site
 
   

JVM and class path for Derby tools

JVM and class path for Derby tools

ij and dblook are tools that can be used in an embedded or a client/server environment. The import and export utilities and database class utilities are database-side utilities, which means that they run in the same JVM as Derby, although the import and export utilities can also be used in a client/server environment. sysinfo can be run in either environment.

Java 2 Platform, Standard Edition, Version 1.3

All Derby tools require Java 2 Platform, Standard Edition, Version 1.3 or later.

Class path

To use the Derby tools, you must have the following in your class path:

  • To use ij, you must have derbytools.jar in your class path. If you are using the embedded driver, you must also include derbytools.jar .
  • To use the import and export utilities and the database class utilities, you must have derby.jar and derbytools.jar in your class path.
  • To use sysinfo, either derby.jar or derbytools.jar, must be in your class path.
  • To use Derby tools from a client with the Derby Network Server, you must have db2jcc.jar and db2jcc_license_c.jar in your class path. See the Derby Server and Administration Guide for more information.

Previous Page
Next Page
Table of Contents
Index