where do you download this latest version of mysql-connector-java-8.0.12.jar file?
https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.12/
How to delete mention?
Not work after I use the mysql-connector-java-8.0.12.jar too.
Could you tell me how do you do it step by step?
@Lordsthan
The project works when I run it in intellij.
However, when my pc have low memory or I just don't want to turn on intellij,
I will just want to double click the .jar file, but it shows java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
I made a project with Intellij which is not osrs related.
The project use database.
The project works when I run it in Intellij.
However, the runnable JAR (.jar) compiled by IntelliJ shows this error when I run it.
I already added mysql-connector-java-5.1.38-bin.jar to artifact,
and IntelliJ generated mysql-connector-java-5.1.38-bin.jar and the program jar when I click rebuild artifact.
I don't use maven.
Could anyone tell me how to solve it step by step?