Installing required jar files and adding them to the classpath derbyclient.jarderby.jar derbynet.jar

To use the Network Server and network client driver, add the following jar files to your server classpath:

derbynet.jar

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

derby.jar

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

derbyclient.jar

This jar file must be in your class path to use the Network Client driver. The jar file is necessary for client-side communication with the Network Server using the Network Client driver. It needs to be in the client-side classpath to use the Network Client driver to access .

provides script files for setting the classpath to work with the Network Server. The scripts are located in the $\frameworks\NetworkServer\bin directory.

  • setNetworkClientCP.bat (Windows)
  • setNetworkClientCP.ksh (UNIX)
  • setNetworkServerCP.bat (Windows)
  • setNetworkServerCP.ksh (UNIX)
See and for more information on setting the classpath.