From d08c9ffee22bc2904051558bbecedd912cb6d6aa Mon Sep 17 00:00:00 2001 From: eikek Date: Wed, 16 Jun 2021 01:10:25 +0200 Subject: [PATCH] Clarify java requirements --- website/site/content/docs/install/prereq.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/website/site/content/docs/install/prereq.md b/website/site/content/docs/install/prereq.md index 9dc438f2..60620520 100644 --- a/website/site/content/docs/install/prereq.md +++ b/website/site/content/docs/install/prereq.md @@ -21,11 +21,9 @@ It is enough to install the JRE. The JDK is required, if you want to build docspell from source. For newer versions, the JRE is not shipped anymore, simply use JDK then. -Docspell has been tested with Java version 1.8 (or sometimes referred -to as JRE 8 and JDK 8, respectively). The pre-build packages are build -using JDK 8. So at least a JDK/JRE 8 is required. However, it also -works on newer java versions, I recommend JDK 11 as this has better -default options. The provided docker images use JDK11, too. +Docspell has been tested with Java 11 (or sometimes referred to as JDK +11). The provided packages are build using JDK 11. However, it also +works on newer java versions. The provided docker images use JDK11. The next tools are only required on machines running the *Joex* component.