Skip to content

Commit

Permalink
Add note that JDK8 is required to build and to run the server
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Jan 8, 2016
1 parent dee0be4 commit 9acb4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<section>
<title>Installation</title>
<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>
<itemizedlist>
Expand Down

0 comments on commit 9acb4b8

Please sign in to comment.