Where is org.apache.derby.jdbc.ClientDriver for version 10.15.1.3?
问题 I've downloaded the drivers via Maven Central (org.apache.derby). derby-10.15.1.3.jar derbyclient-10.15.1.3.jar derbynet-10.15.1.3.jar derbyshared-10.15.1.3.jar 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? 回答1: 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