From ae2c1c622161c47ee2dadc088fbb7ff2e05778b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sun, 4 Apr 2021 20:56:21 +0200 Subject: [PATCH] Bump Java version according to config --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3d52d35..30d6de89 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## TL;DR -- Make sure you have Java 1.6 or higher installed +- Make sure you have Java 11 or higher installed - Download and unpack the [latest release](https://github.com/antville/helma/releases) - Invoke `./bin/helma`, resp. `./bin/helma.bat`, depending on your platform - Direct your web browser to @@ -21,7 +21,7 @@ Although Helma became a Grande Dame of server-side JavaScript already decades ag ## System Requirements -You need a Java virtual machine 1.6 or higher to run Helma. +You need a Java virtual machine version 11 or higher to run Helma. Please consult the documentation of your platform how to obtain and install Java.