Revert "Support for open JDK 20 by updating dependencies"

This reverts commit 5923a34ef9.
This commit is contained in:
woodser 2023-07-11 09:57:22 -04:00
parent 8b7a6945b2
commit c4898a8ec0
257 changed files with 1875 additions and 1479 deletions

View file

@ -6,12 +6,12 @@ These are the steps needed to build Haveno and test it on our test network or lo
On Ubuntu:
1. `sudo apt install make wget git openjdk-17-jdk`.
2. If `echo $JAVA_HOME` does not print the path to JDK 17, then `export JAVA_HOME=/path/to/jdk` (e.g. `export JAVA_HOME=/usr/lib/jvm/java-17-openjdk`).
1. `sudo apt install make wget git openjdk-11-jdk`.
2. If `echo $JAVA_HOME` does not print the path to JDK 11, then `export JAVA_HOME=/path/to/jdk` (e.g. `export JAVA_HOME=/usr/lib/jvm/java-11-openjdk`).
On Windows:
1. Download [Java JDK 17](https://adoptium.net/temurin/archive/?version=17). During installation, enable the option to set the $JAVA_HOME environment variable.
1. Download [Java JDK 11](https://adoptium.net/temurin/archive/?version=11). During installation, enable the option to set the $JAVA_HOME environment variable.
2. Install [MSYS2](https://www.msys2.org/).
3. Start MSYS2 MINGW64 or MSYS MINGW32 depending on your system. Use MSYS2 for all commands throughout this document.
4. Update pacman: `pacman -Syy`