+Regarding Java, you will need at least Java 18. So the first step, in case you do not have that version installed, is to download the Java SDK. You can download the OpenJDK binaries [here](https://jdk.java.net/18/), or you can download them from [Adoptium](https://adoptium.net/temurin/archive?version=18), which has an installer on Windows and macOS. When downloading the Adoptium build, make sure to download the "JDK" and not the "JRE." Just choose the installer that suits your Operating System and install it. In any case, this book assumes that you have a moderate understanding of the Java language. If this is not your case, you should first get proper knowledge of the language.
0 commit comments