當前位置:
首頁 >
Derby的jar说明
發布時間:2023/12/15
44
豆豆
生活随笔
收集整理的這篇文章主要介紹了
Derby的jar说明
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
Derby的jar說明
Derby的下載后,解壓發現lib中有很多jar包,下面說明一下每個jar包的用途:
引擎庫
derby.jar是引擎庫,必須的 For embedded databases. You always need this library for embedded environments. For client/server environments, you only need this library on the server.
工具庫
網絡服務端庫
如果是通過網絡連接Derby(非嵌入方式),那么需要這個jar。 derbynet.jar: Required to start the Derby Network Server.
網絡客戶端庫
derbyclient.jar: Required to use the Derby network client driver.
本地語言庫
參考: https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/getstart/index.html
轉載于:https://my.oschina.net/u/733473/blog/1058049
總結
以上是生活随笔為你收集整理的Derby的jar说明的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Oracle:集群因子
- 下一篇: 三角形画法