Add note that JDK8 is required to build and to run the server
This commit is contained in:
parent
dee0be4237
commit
9acb4b86aa
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ Keycloak is an SSO Service for web apps and REST services. For more information
|
||||||
Building
|
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
|
java -version
|
||||||
mvn -version
|
mvn -version
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
<section>
|
<section>
|
||||||
<title>Installation</title>
|
<title>Installation</title>
|
||||||
<para>
|
<para>
|
||||||
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.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
Loading…
Reference in a new issue