Skip to content

Commit 2ab7c64

Browse files
authored
Merge pull request #267 from eXist-db/openjdk
more emphatically support openJDK
2 parents f69d958 + b34e07b commit 2ab7c64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/xar-resources/data/basic-installation/basic-installation.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
schematypens="http://purl.oclc.org/dsdl/schematron"?><article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
44
<info>
55
<title>Basic Installation</title>
6-
<date>2Q18</date>
6+
<date>3Q18</date>
77
<keywordset>
88
<keyword>installation</keyword>
99
<keyword>getting-started</keyword>
@@ -43,8 +43,7 @@
4343
<title>eXist-db and Java</title>
4444
<para>eXist-db is built on Java, a free, cross-platform software development environment. Java comes in a number of versions, so it is important
4545
that you use the version that eXist-db requires: Java 8 (since eXist-db 3.0). For instructions about running Java on your operating system,
46-
see Oracle's <link condition="_blank" xlink:href="http://www.java.com/en/download/help/index_installing.xml">Installing Java</link> page. It is recommended to use the Oracle Java
47-
VM, but the OpenJDK 7 is a good open source alternative for the Oracle JVM.</para>
46+
see Oracle's <link condition="_blank" xlink:href="http://www.java.com/en/download/help/index_installing.xml">Installing Java</link> page. <link condition="_blank" xlink:href="http://openjdk.java.net">OpenJDK</link> is a good open source alternative to the Oracle JVM and known to work well with eXist-db.</para>
4847
<para>eXist-db runs with both the Java JRE (Java Runtime Environment) and the JDK (Java Development Kit). The JRE usually suffices. You only
4948
need the JDK to compile eXist-db from its source code.</para>
5049

0 commit comments

Comments
 (0)