August 2023
Intermediate to advanced
400 pages
11h 7m
English
This appendix walks you through installing the tools used to follow some of the examples in this book.
You need a JDK. I recommend installing SDKMAN! and, with it, the JDK. SDKMAN! also facilitates your sbt installation.
Go to https://sdkman.io/install, and follow the instructions. If you have Windows, you may prefer to skip this step.
Once SDKMAN! is installed, you can install Java with the following command:
$ sdk install java 11.0.2-open
You don't necessarily have to install this particular version. To install another, find the SDK you want to install with sdk list java and sdk install java x.y.z-version. If you have Windows, you can install the Oracle ...