版本10.15.1.3的org.apache.derby.jdbc.ClientDriver在哪里? [英] Where is org.apache.derby.jdbc.ClientDriver for version 10.15.1.3?

查看:478
本文介绍了版本10.15.1.3的org.apache.derby.jdbc.ClientDriver在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经通过Maven Central(org.apache.derby)下载了驱动程序。

I've downloaded the drivers via Maven Central (org.apache.derby).


  1. derby-10.15.1.3.jar

  2. derbyclient-10.15.1.3.jar

  3. derbynet-10.15.1.3.jar

  4. derbyshared-10.15。 1.3.jar

  1. derby-10.15.1.3.jar
  2. derbyclient-10.15.1.3.jar
  3. derbynet-10.15.1.3.jar
  4. derbyshared-10.15.1.3.jar

那么我想念什么?这些JAR都不包含 org.apache.derby.jdbc软件包,该软件包过去曾经包含ClientDriver和EmbeddedDriver?

So what am I missing ? None of these JARs contains the package "org.apache.derby.jdbc", which used to contain the ClientDriver and EmbeddedDriver in the past?

推荐答案

实际上,要在Derby 10.15中使用Derby客户端驱动程序,您现在需要以下三个全部: derbyclient.jar derbyshared.jar derbytools.jar 。 (弱)记录了此处

Indeed, to use the Derby client driver with Derby 10.15, you now need all three of: derbyclient.jar, derbyshared.jar, and derbytools.jar. This is (weakly) documented here:


已添加新的jar文件(derbyshared.jar)。所有Derby
配置都需要它。另外,在运行网络服务器和/或使用Derby
DataSources时,现在需要derbytools.jar库

A new jar file (derbyshared.jar) has been added. All Derby configurations require it. In addition, the derbytools.jar library is now required when running the network server and/or when using Derby DataSources.

由于您正在运行网络服务器,因此现在需要 derbytools.jar (以及新的 derbyshared.jar 在运行客户端软件时。

Since you are running the network server, you now require derbytools.jar (as well as the new derbyshared.jar when running the client software.

我认为值得向Derby社区建议发行说明可以使这一点更加清晰(您可以向Derby项目提出改进请求,例如)

I think it would be worth suggesting to the Derby community that the release note could make this stand out more clearly (you could file an improvement request with the Derby project, e.g.)

这篇关于版本10.15.1.3的org.apache.derby.jdbc.ClientDriver在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆