diff --git a/README.md b/README.md index 68c2ff01a43d..c2e67fce0bb7 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Keycloak is an SSO Service for web apps and REST services. For more information Building -------- -Ensure you have JDK 7 (or newer), Maven 3.2.1 (or newer) and Git installed +Ensure you have JDK 8 (or newer), Maven 3.2.1 (or newer) and Git installed java -version mvn -version diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml index 38ca3f8f4292..dc7a70c0c009 100755 --- a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml +++ b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml @@ -4,7 +4,8 @@
Installation - Keycloak Server has three downloadable distributions. + Keycloak Server has three downloadable distributions. To run the Keycloak server you need to have Java 8 already + installed.