Added or
This commit is contained in:
@@ -386,7 +386,7 @@ public class DHImporter implements IDataImporter {
|
|||||||
Class.forName("org.sqlite.JDBC");
|
Class.forName("org.sqlite.JDBC");
|
||||||
Class.forName("org.tukaani.xz.XZInputStream");
|
Class.forName("org.tukaani.xz.XZInputStream");
|
||||||
hasJDBC = true;
|
hasJDBC = true;
|
||||||
} catch (ClassNotFoundException e) {
|
} catch (ClassNotFoundException | NoClassDefFoundError e) {
|
||||||
//throw new RuntimeException(e);
|
//throw new RuntimeException(e);
|
||||||
Logger.error("Unable to load sqlite JDBC or lzma decompressor, DHImporting wont be available", e);
|
Logger.error("Unable to load sqlite JDBC or lzma decompressor, DHImporting wont be available", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user