Skip to content

Commit b722694

Browse files
committed
Update minimum Java version in readme to 11
1 parent cca45ac commit b722694

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### Required tools for building the project
44

5-
* Java Development Kit, version 8 or higher (adoptopenjdk.net or www.graalvm.org)
5+
* Java Development Kit, version 11 or higher (adoptopenjdk.net or www.graalvm.org)
66
* NSIS (nsis.sourceforge.io)
77
* Maven (no need for manual installation if using Eclipse)
88

@@ -18,7 +18,7 @@ All other tools and dependencies will be downloaded during build process by Mave
1818
#### Steps to build using Eclipse
1919

2020
1. Import the projects "SimSystem", "SimTools", "Simulator" and "Simulator-build" into a new workspace.
21-
2. Set for better compatibility in workspace Preferences>Java>Compiler>JDK Compliance>Compiler compliance level to "1.8" (all higher versions are also supported).
21+
2. Set for better compatibility in workspace Preferences>Java>Compiler>JDK Compliance>Compiler compliance level to "11" (all higher versions are also supported).
2222
3. To avoid "Info" level problem messages, set in Preferences>Java>Compiler>Javadoc all dropdowns from "Ignore" to "Info" and in Preferences>Java>Compiler>Error/Warnings in the section "Potential programming problems" the entry "Potential resource leak" from "Ignore" to "Info".
2323
4. Run target "downloadLanguageTools" in Ant file Simulator/language/ant-language.xml to get tools for updating languages and installers.
2424
5. Run Maven goals "clean" and "install" on Simulator-build/pom.xml.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In order to estimate the necessary staffing levels in a complex call center syst
3131

3232
The Windows version can be installed with or without admin rights. The zip file version can be used on any platform without installation.
3333

34-
* System requirements: [Java 8 or higher](https://adoptopenjdk.net/ "Download Java from adoptopenjdk.net")
34+
* System requirements: [Java 11 or higher](https://adoptopenjdk.net/ "Download Java from adoptopenjdk.net")
3535
* License: [Apache License 2.0](https://opensource.org/licenses/Apache-2.0) (for Callcenter Simulator, the used libraries are partly subject to different open source licenses)
3636

3737
---

README_de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Um die notwendige Bedienleistung in einem komplexen Callcenter System abschlätz
3131

3232
Die Windows-Version kann sowohl mit als auch ohne Admin-Rechte installiert werden. Die zip-Datei-Variante kann auf jeder Plattform ohne Installation verwendet werden.
3333

34-
* Systemvoraussetzung: [Java 8 oder höher](https://adoptopenjdk.net/ "Java von adoptopenjdk.net herunterladen")
34+
* Systemvoraussetzung: [Java 11 oder höher](https://adoptopenjdk.net/ "Java von adoptopenjdk.net herunterladen")
3535
* Lizenz: [Apache License 2.0](https://opensource.org/licenses/Apache-2.0) (für den Warteschlangensimulator, die verwendeten Bibliotheken unterliegen zum Teil abweichenden Opensource-Lizenzen)
3636

3737
---

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In order to estimate the necessary staffing levels in a complex call center syst
3131

3232
The Windows version can be installed with or without admin rights. The zip file version can be used on any platform without installation.
3333

34-
* System requirements: [Java 8 or higher](https://adoptopenjdk.net/ "Download Java from adoptopenjdk.net")
34+
* System requirements: [Java 11 or higher](https://adoptopenjdk.net/ "Download Java from adoptopenjdk.net")
3535
* License: [Apache License 2.0](https://opensource.org/licenses/Apache-2.0) (for Callcenter Simulator, the used libraries are partly subject to different open source licenses)
3636

3737
---

0 commit comments

Comments
 (0)