Minecraft version: 1.18.2
Forge version: 40.1.29
I want to connect to database with my minecraft mod, in the Internet I found solution to add lib MySQL connector/J and Class.forName("com.mysql.cj.jdbc.Driver"); line, but i get java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver. How can i import MySQL connector/J into my mod?