From 86ae35c7ebf9a121d6c30f10e3ab6060826327e1 Mon Sep 17 00:00:00 2001 From: jellemdekker Date: Fri, 6 Jul 2018 03:52:04 +0200 Subject: [PATCH] Updated minimum required version of Java Development Kit, because this has changed since Cryptomator version 1.4.0. Source: https://community.cryptomator.org/t/how-to-run-cryptomator-1-4-0-beta1-jar/1599/4 . Skipping over Java 9, because its support has already ended. Also, JCE unlimited strength policy files are now included in the JDK by default, so they no longer need to be mentioned separately. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fe176f9a..dc3912b94 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,7 @@ For more information on the security details visit [cryptomator.org](https://cry ### Dependencies -* Java 8 (min. 8u51, we recommend to use the current version) -* [JCE unlimited strength policy files](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html) (needed for 256-bit keys) +* Java 10 (min. 10.0.1, we recommend to use the current version) * Maven 3 * Optional: OS-dependent build tools for native packaging (see [Windows](https://github.com/cryptomator/cryptomator-win), [OS X](https://github.com/cryptomator/cryptomator-osx), [Linux](https://github.com/cryptomator/builder-containers))