This commit is contained in:
mcrcortex
2025-04-19 15:24:09 +10:00
parent b9d4a4116a
commit d226146213

View File

@@ -386,7 +386,7 @@ public class DHImporter implements IDataImporter {
Class.forName("org.sqlite.JDBC");
Class.forName("org.tukaani.xz.XZInputStream");
hasJDBC = true;
} catch (ClassNotFoundException e) {
} catch (ClassNotFoundException | NoClassDefFoundError e) {
//throw new RuntimeException(e);
Logger.error("Unable to load sqlite JDBC or lzma decompressor, DHImporting wont be available", e);
}