Dump this in your classpath: http://www.h2database.com/automated/h2-latest.jar
And then call
Class.forName("org.h2.Driver");
That should do it.
http://www.h2database.com/html/download.html Я не вижу его на этом сайте. Я что-то пропустил?
Dump this in your classpath: http://www.h2database.com/automated/h2-latest.jar
And then call
Class.forName("org.h2.Driver");
That should do it.
Go to the downloads page of the H2 website as you did. Download the INSTALLATION file for H2 and install it. Then, go to the folder where you installed it. The path to that folder (on a windows pc) should be C:\Program Files (x86)\H2\bin There will be a jar file there which looks like h2-some version number.jar. That is your driver. Bin means binary and that is usually the place where i look for any jar file.
Любой загруженный .jar
файл в Jar File
разделе на Downloads
странице является самим драйвером JDBC, например:h2-1.4.188.jar