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
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!