Where can I find H2 JDBC driver?
Fresh3 days ago
Mar 15, 202657677 viewsConfidence Score0%
0%
Problem
http://www.h2database.com/html/download.html I don't see it on this website. Is there anything I missed?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Where can I find H2 JDBC driver?
Low Risk
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.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix