diff options
author | Sami Ekblad <sami@vaadin.com> | 2016-07-22 17:22:53 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-05 10:19:47 +0300 |
commit | 455184ef8e9fda89ad0efaedefe1b64a6dfaba08 (patch) | |
tree | ddc6a44fbf7c1dc9879cca071f359b1a33ebae4a /documentation/getting-started | |
parent | a7c9ba7e345ba7730e8bdac549773eb0dd750730 (diff) | |
download | vaadin-framework-455184ef8e9fda89ad0efaedefe1b64a6dfaba08.tar.gz vaadin-framework-455184ef8e9fda89ad0efaedefe1b64a6dfaba08.zip |
BoV: Updated Java version compatibility notes to Java 8.
Change-Id: I8facb7e89af09eec3331c21e04124b5e5827a66e
Diffstat (limited to 'documentation/getting-started')
-rw-r--r-- | documentation/getting-started/getting-started-idea.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/getting-started/getting-started-idea.asciidoc b/documentation/getting-started/getting-started-idea.asciidoc index 74f155a6d8..e3e648ff6c 100644 --- a/documentation/getting-started/getting-started-idea.asciidoc +++ b/documentation/getting-started/getting-started-idea.asciidoc @@ -32,7 +32,7 @@ instructed in <<dummy/../../../framework/getting-started/getting-started-package . Enter a [guilabel]#Project name# and [guilabel]#Project location#, and select the [guilabel]#Java SDK# to be used for the project. -Vaadin requires at least Java 6. +Vaadin requires at least Java 8. If you have not configured a Java SDK previously, you can configure it here. + image::img/idea-newproject-1.png[scaledwidth=100%] @@ -90,7 +90,7 @@ server using a run/debug configuration. //<?dbfo-need height="8cm" ?> . Enter a project name, location, and the Java SDK to be used for the project. -Vaadin requires at least Java 6. +Vaadin requires at least Java 8. + image::img/idea-maven-newproject-1.png[scaledwidth=100%] + |