mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-25 12:25:37 +01:00
Manually load SQLite JDBC driver
This commit is contained in:
parent
d9f5411e87
commit
286cf2afb9
@ -200,6 +200,8 @@ public class ConfigHandler extends Queue {
|
||||
}
|
||||
|
||||
tempFile.delete();
|
||||
|
||||
Class.forName("org.sqlite.JDBC");
|
||||
}
|
||||
catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user