Project

General

Profile

Java Version Requirements » History » Version 11

Henning Blohm, 21.02.2016 21:01

1 1 Henning Blohm
Z2 has the following Java Version requirements
2
3 2 Henning Blohm
|_. Z2 Version  |_. Min. Java version required |_. Max Java version supported |
4 10 Henning Blohm
| 2.1 - 2.3.1  | Java 6 | Java 7 |
5
| 2.4 - master | Java 8 | Java 8 |
6 4 Henning Blohm
7 11 Henning Blohm
*Note:* Most samples suggest to use the *master* branch. You may choose another version branch (please check the respective repository).
8 1 Henning Blohm
Make sure you have a corresponding Java Development Kit (JDK) or Java Runtime Environment (JRE) installed. If in doubt, go to "Download Java SE":http://www.oracle.com/technetwork/java/javase/downloads/index.html.
9 11 Henning Blohm
10
*Note:* Running v2.1-v2.3.1 on Java 8 is supported by specifying 
11
12
<pre>
13
com.zfabrik.java.level=7
14
</pre>
15
16
(or 6, if that is your desired compilation language level) in @<home>/run/bin/runtime.properties@. By this the Java compiler version detection does not fall back to a lower level.