Skip to content

Commit c27c57b

Browse files
committed
recommend Java 17 because we test with it #11487
1 parent 048c241 commit c27c57b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/sphinx-guides/source/developers/dev-environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Detailed Steps
3030
Install Java
3131
~~~~~~~~~~~~
3232

33-
The Dataverse Software requires Java 17.
33+
The recommended version is Java 17 because it's the version we test with. See https://github.com/IQSS/dataverse/pull/9764.
3434

3535
On Mac and Windows, we suggest using `SDKMAN <https://sdkman.io>`_ to install Temurin (Eclipe's name for its OpenJDK distribution). Type ``sdk install java 17`` and then hit the "tab" key until you get to a version that ends with ``-tem`` and then hit enter.
3636

doc/sphinx-guides/source/installation/prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We assume you plan to run your Dataverse installation on Linux and we recommend
1919
Java
2020
----
2121

22-
The Dataverse Software requires Java SE 17 (or higher).
22+
The recommended version is Java 17 because it's the version we test with.
2323

2424
Installing Java
2525
===============

0 commit comments

Comments
 (0)