Bump Java version according to config

This commit is contained in:
Tobi Schäfer 2021-04-04 20:56:21 +02:00 committed by GitHub
parent 7a5e470821
commit ae2c1c6221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
## TL;DR ## 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) - Download and unpack the [latest release](https://github.com/antville/helma/releases)
- Invoke `./bin/helma`, resp. `./bin/helma.bat`, depending on your platform - Invoke `./bin/helma`, resp. `./bin/helma.bat`, depending on your platform
- Direct your web browser to <http://localhost:8080> - Direct your web browser to <http://localhost:8080>
@ -21,7 +21,7 @@ Although Helma became a Grande Dame of server-side JavaScript already decades ag
## System Requirements ## 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. Please consult the documentation of your platform how to obtain and install Java.