Answer the question
In order to leave comments, you need to log in
How to specify db driver location in intellij idea 2020.3 environment?
Can't load mariadb database driver.
The .pom file has a dependency:
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.7.2</version>
</dependency>
Class.forName(classDriver);
String classDriver = "org.mariadb.jdbc.Driver";
java.lang.ClassNotFoundException: org.mariadb.jdbc.Driver
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question