Skip to content

Commit 669b17f

Browse files
Update min JDK for Solana and Sunbeam from 11 to 19 (#451)
1 parent c221cd7 commit 669b17f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/move/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Installing the Sui Prover
2222
If you already have Python3 installed, you can check the version: ``python3 --version``.
2323
If you need to upgrade, follow these instructions in the
2424
`Python Beginners Guide <https://wiki.python.org/moin/BeginnersGuide/Download>`_.
25-
#. Next, install Java. Check your Java version: ``java -version``.
26-
If the version is < 11, download and install Java version 11 or later from
25+
#. Next, install Java. Check your Java version: ``java --version``.
26+
If the version is lower than 19, download and install Java version 19 or later from
2727
`Oracle <https://www.oracle.com/java/technologies/downloads/>`_.
2828
#. Then, install the Certora Prover: ``pip3 install certora-cli``.
2929

docs/sunbeam/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Installing Sunbeam
2222
If you already have Python3 installed, you can check the version: ``python3 --version``.
2323
If you need to upgrade, follow these instructions in the
2424
`Python Beginners Guide <https://wiki.python.org/moin/BeginnersGuide/Download>`_.
25-
#. Next, install Java. Check your Java version: ``java -version``.
26-
If the version is < 11, download and install Java version 11 or later from
25+
#. Next, install Java. Check your Java version: ``java --version``.
26+
If the version is lower than 19, download and install Java version 19 or later from
2727
`Oracle <https://www.oracle.com/java/technologies/downloads/>`_.
2828
#. Then, install the Certora Prover: ``pip3 install certora-cli``.
2929

0 commit comments

Comments
 (0)