horse
horse
JCHJava Community | Help. Code. Learn.
Created by horse on 5/29/2025 in #java-help
JDBC is not linking to neoforge jar
Hi! I am creating a server-side neoforge mod, that uses jdbc (sqlite). I am adding it to project via Gradle: dependencies { implementation("org.xerial:sqlite-jdbc:3.49.1.0") } But the resulting jar size is only 9 kb, that's strange. And I see output when launching minecraft server: Exception caught during firing event: java.lang.ClassNotFoundException: org.sqlite.JDBC How can I link it to my executable or how you guys call it in Java?
15 replies