Skip to content

Commit

Permalink
Add java install recommendations to docs [ci skip] (#3617)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
bentsherman authored Feb 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8c9588f commit 7e9bee1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/getstarted.rst
Original file line number Diff line number Diff line change
@@ -17,6 +17,20 @@ the sharing of tasks input/output files.

Nextflow can also be run on Windows through `WSL <https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux>`_.

.. tip::
We recommend that you install Java through `SDKMAN! <https://sdkman.io/>`_, and that you use the latest
LTS version of Corretto or Temurin. See `this website <https://whichjdk.com/>`_ for more information. While
other Java distros may work at first or even most of the time, many users have experienced issues that are
difficult to debug and are usually resolved by using one of the recommended distros.

To install Corretto 17::

sdk install java 17.0.6-amzn

To install Temurin 17::

sdk install java 17.0.6-tem


.. _getstarted-install:

0 comments on commit 7e9bee1

Please sign in to comment.