JDBC Derby driver not found

前端 未结 8 731
甜味超标
甜味超标 2020-12-06 17:02

I\'ve followed the JDBC tutorial at: http://docs.oracle.com/javase/tutorial/jdbc/basics/gettingstarted.html, and managed to build and create my own JDBC database without too

8条回答
  •  一整个雨季
    2020-12-06 17:41

    I was getting the java.lang.ClassNotFoundException upon using the ClientDriver. I used the latest Driver binaries, and that was the mistake.

    At that time, the latest Driver binary was 10.15.1.3, right here: Apache Site

    I'm on Java 8, and I use the Hibernate 5.4.2.Final. Yet, the driver is compiled against the Java 9!

提交回复
热议问题