Manually load SQLite JDBC driver
This commit is contained in:
parent
d9f5411e87
commit
286cf2afb9
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue