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/installing | |
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/installing')
-rw-r--r-- | documentation/installing/installing-toolchain.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/installing/installing-toolchain.adoc b/documentation/installing/installing-toolchain.adoc index 80fc2c82ad..fad7a57db2 100644 --- a/documentation/installing/installing-toolchain.adoc +++ b/documentation/installing/installing-toolchain.adoc @@ -13,7 +13,7 @@ Vaadin supports a wide variety of tools, so you can use any IDE for writing the In this example, we use the following toolchain: * Windows, Linux, or Mac OS X -* link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java SE 8] (Java 6 or newer is required) +* link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java SE 8] * link:http://www.eclipse.org/downloads/[Eclipse IDE for Java EE Developers] * link:http://tomcat.apache.org/[Apache Tomcat 8.0 (Core)] * link:http://www.getfirefox.com/[Mozilla Firefox] browser |