Skip to content

Commit 602bf8e

Browse files
author
JoernT
committed
updated text to state Java 8 as requirement
1 parent 63bfd8b commit 602bf8e

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<property file="local.build.properties"/>
44
<property file="build.properties"/>
55
<property name="project.app" value="doc"/>
6-
<property name="project.version" value="0.4.4"/>
6+
<property name="project.version" value="0.4.5"/>
77
<property name="build" value="build"/>
88
<property name="data" value="data"/>
99
<property name="server.url" value="http://demo.exist-db.org/exist/apps/public-repo/public/"/>

data/devguide_manifesto.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<para>Follow Industry Standard coding conventions.</para>
7676
</listitem>
7777
<listitem>
78-
<para>eXist-db is now developed atop Sun Java 7, so make use of Java 7 features
78+
<para>eXist-db is now developed atop Sun Java 8, so make use of Java 8 features
7979
for cleaner, safer and more efficient code.</para>
8080
</listitem>
8181
<listitem>

data/getting-help-how-to-report.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<para>Include the exact version (and revision), e.g. "1.4.3" (rev1234) or "2.1". </para>
3434
</listitem>
3535
<listitem>
36-
<para>Always add the operating system (e.g. "Windows7 64bit"), the Java version (e.g.
37-
"Oracle Java 7u51, 64 bit") </para>
36+
<para>Always add the operating system (e.g. "Windows7 64bit"), the exact Java version as is outputted by
37+
the command 'java -version' on the console.</para>
3838
</listitem>
3939
<listitem>
4040
<para>Include relevant <b>parts</b> of the logfile (e.g.

data/quickstart.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@
2121
space. Administrative privileges are not required to install or run eXist-db, but
2222
certain installation procedures are not possible without administrative privileges.
2323
The critical requirement is that Java be installed.</para>
24+
<note id="since-3.0">
25+
<title>Java requirements</title>
26+
<para>Since eXistdb 3.0 Java 8 is required.</para>
27+
</note>
2428
<note id="about-java">
2529
<title>eXist-db and Java</title>
2630
<para>eXist-db is built on Java, a free, cross-platform software development
2731
environment. Java comes in a number of versions, so it is important that you
28-
install the version that eXist-db requires: Java 7 or 8. eXist-db can run with
32+
install the version that eXist-db requires: Java 8 (since eXistdb 3.0). eXist-db can run with
2933
both the Java "JRE" (Java Runtime Environment) and the "JDK" (Java Development
3034
Kit). The JRE is adequate for running eXist-db; you do not need the JDK unless
3135
you intend to compile eXist-db from its source code. For instructions about
@@ -38,9 +42,9 @@
3842
<para>Special note: In general it recommended to use the Oracle Java VM, this is the safest choice. The OpenJDK 7 is a good open source alternative for the Oracle JVM.</para>
3943
<para>Details of the Java VM can be obtained via the following command (two results displayed):
4044
<synopsis format="java">java -version
41-
java version "1.7.0_55"
42-
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
43-
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
45+
java version ""1.8.0_60-ea""
46+
Java(TM) SE Runtime Environment (build 1.8.0_60-ea-b19)
47+
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b19, mixed mode)
4448
</synopsis>
4549
</para>
4650
<para>Note for For pre eXist-db v2.2 versions: Due to reported compatibility issues it is NOT recommended to use "OpenJDK6" (IcedTea) and "GNU Compiler for Java" (GCJ) which are shipped by several Linux distributions.</para>

0 commit comments

Comments
 (0)