Jump to content

75ms

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

75ms's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I have a mod that saves certain information in a given location. The database is on the VDS server. I specified the IP with the port, user and password. As a result, I get this error: [29.01.2025 17:19:15.839] [modloading-worker-4/INFO] [STDERR/]: [org.75ms.logger.Logger:<init>:37]: MariaDB JDBC Driver not found. [29.01.2025 17:19:15.840] [modloading-worker-4/INFO] [STDERR/]: [org.75ms.logger.Logger:<init>:38]: java.lang.ClassNotFoundException: org.mariadb.jdbc.Driver Connection details: private static final String DB_URL = "jdbc:mariadb://[ip]:3306/cmd"; private static final String DB_USER = "[user]"; private static final String DB_PASSWORD = "[password]"; private Connection connection; In Gradle the following dependency is specified: dependencies { minecraft 'net.minecraftforge:forge:1.16.5-36.2.42' implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.1' }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.