Apache Derby provides different types of libraries (modules) that are used for different operations.
The following table shows the Apache Derby shared library.
Methods | Description | derbyshared.jar | This module is required by all configurations, regardless of whether you are running an embedded engine, a network server, a remote client, or the database tools. | derby.jar | This is required for embedded environments. For client/server environments, we only need this library on the server. | derbytools.jar | This JAR file is important to run all Derby tools. | derbyrun.jar | This executable jar file can be used to start the Derby tools. | derbynet.jar | This jar file is required to start the Derby Network Server. | derbyclient.jar | This jar file is required to use the Derby network client driver. | derbyLocale_cs.jar | This jar file is required to provide translated messages for the Czech locale. | derbyLocale_de_DE.jar | This jar file is required to provide translated messages for the German locale. | derbyLocale_es.jar | This jar file is required to provide translated messages for the Spanish locale. | derbyLocale_fr.jar | This jar file is required to provide translated messages for the French locale. | derbyLocale_hu.jar | This jar file is required to provide translated messages for the Hungarian locale. | derbyLocale_it.jar | This jar file is required to provide translated messages for the Italian locale. | derbyLocale_ja_JP.jar | This jar file is required to provide translated messages for the Japanese locale. | derbyLocale_ko_KR.jar | This jar file is required to provide translated messages for the Korean locale. | derbyLocale_pl.jar | This jar file is required to provide translated messages for the Polish locale. | derbyLocale_pt_BR.jar | This jar file is required to provide translated messages for the Brazilian Portuguese locale. | derbyLocale_ru.jar | This jar file is required to provide translated messages for the Russian locale. | derbyLocale_zh_CN.jar | This jar file is required to provide translated messages for the Simplified Chinese locale. | derbyLocale_zh_TW.jar | This jar file is required to provide translated messages for the Traditional Chinese locale. |
---|