Manually load SQLite JDBC driver

This commit is contained in:
Intelli 2022-01-19 15:11:11 -07:00
parent d9f5411e87
commit 286cf2afb9

View File

@ -200,6 +200,8 @@ public class ConfigHandler extends Queue {
} }
tempFile.delete(); tempFile.delete();
Class.forName("org.sqlite.JDBC");
} }
catch (Exception e) { catch (Exception e) {
e.printStackTrace(); e.printStackTrace();