This is an automated email from the ASF dual-hosted git repository. nmalin pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit c91ee80c2eaca77bd571a2e4809daf66425139f4 Author: Nicolas Malin <nicolas.ma...@nereide.fr> AuthorDate: Fri Jul 15 11:14:35 2022 +0200 Improved: Update documentation for official support of java 11 --- INSTALL | 2 +- README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 218abd8e19..94abc25c23 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ your business. System requirements The only requirement to run OFBiz is to have the Java Development Kit (JDK) -version 8 installed on your system (not just the JRE, but the full JDK) which +version 11 installed on your system (not just the JRE, but the full JDK) which you can download from the below link. Make sure of setting the $JAVA_HOME environment variable. diff --git a/README.adoc b/README.adoc index 45925bc95f..b908414d38 100644 --- a/README.adoc +++ b/README.adoc @@ -70,7 +70,7 @@ ________________________________________________________________________________ The only requirements to run OFBiz is -* to have the Java Development Kit (JDK) version 8 installed on your system +* to have the Java Development Kit (JDK) version 11 installed on your system (not just the JRE, but the full JDK) that you can download from the below link. Make sure of setting the $JAVA_HOME environment variable. + https://adoptopenjdk.net/[JDK download].