apache > db
Apache DB Project
 
Font size:      

Changing your classpath

Changing your classpath

The following jar files must be in your server classpath to use the Network Server and Universal Driver:

  • derbynet.jar

    The Network Server jar file that contains the Network Server code. The jar file is only necessary for the process that starts the Network Server in addition to the standard Derby jar files.

  • derby.jar

    This file must be in your classpath to use any of the Derby Network Server functions.

  • db2jcc.jar

    This jar file must be in your classpath to use the DB2 JDBC Universal Driver. The jar file is the client communication layer necessary for client side communication with the Network Server using the DB2 JDBC Universal Driver. The db2jcc.jar file needs to be in the client side classpath to use the DB2 JDBC Universal Driver to access Derby.

  • db2jcc_license_c.jar

    This is the license jar file, and it must be in your client machine's classpath to use the DB2 JDBC Universal Driver.

See Chapter Managing the Derby Network Server and Getting Started with Derby for more information on setting class path.


Previous Page
Next Page
Table of Contents
Index