Recent content by Renay

  1. R

    Solved Error with MySQL

    Thanks for your reply! I realized my mistake - I didn’t extract the MySQL connector into the output JAR, I just placed it there. Took me way too long to figure that out, haha! Anyway, have a nice day :D
  2. R

    Solved Error with MySQL

    Hello everyone, I've recently started working with the Velocity API and encountered an issue when trying to connect my plugin to a MySQL database. I've added the mysql-connector-j Maven dependency, but I keep running into an SQLException with the message "No suitable JDBC driver found." The...