where is org.apache.derby.jdbc.ClientDriver?

前端 未结 2 1469
谎友^
谎友^ 2020-12-19 02:32

I downloaded the jar of Core Apache Derby database engine, which also includes the embedded JDBC driver (10.9.1.0). But that jar doesn\'t include the .class fil

2条回答
  •  孤城傲影
    2020-12-19 03:25

    OK: have you looked on the Apache Derby page:

    • http://db.apache.org/derby/releases/release-10.9.1.0.cgi

    Download db-derby-10.9.1.0-bin.zip

    It contains many files, including derby.jar and derbyclient.jar (along with much documentation).

    derbyclient.jar contains our friend org.apache.derby.jdbc.ClientDriver.class

提交回复
热议问题