Recent content by Thice

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. T

    MySQL JDBC driver not found using mysql driver dependency

    Thank you for your reply! Is it possible to give me a slight push to get me started?
  2. T

    MySQL JDBC driver not found using mysql driver dependency

    Dear I was working on a plugin, that connects to the MySQL database. When connecting to MySQL the way I did in paper would not work and results in the error: No suitable driver found for <database_url> I've fixed this by adding: Class.forName("com.mysql.cj.jdbc.Driver"); And adding the MySQL...