no longer using jdk.incubator.httpclient, because windows app doesn't start with --add-modules arg in cfg file

This commit is contained in:
Sebastian Stenzel
2018-07-12 11:03:35 +02:00
parent d8c8c2380a
commit ffe8887114
3 changed files with 25 additions and 18 deletions
@@ -37,6 +37,8 @@ public class Cryptomator {
}
} catch (IOException e) {
LOG.error("Failed to initiate inter-process communication.", e);
} catch (Throwable e) {
LOG.error("Error during startup", e);
}
System.exit(0); // end remaining non-daemon threads.
}