April 2023
Intermediate to advanced
328 pages
8h 31m
English
In this appendix, you find the steps for opening and running an existing project. The projects provided with the book are Java apps that use Java 17. We use these projects to demonstrate the use of several techniques and tools.
First, you need to have an IDE such as IntelliJ IDEA, Eclipse, or Apache Netbeans installed. For the examples, I used IntelliJ IDEA: https://www.jetbrains.com/idea/download/.
To run the projects provided with the book, you need to install JDK version 17 or higher. You can use any Java distribution. I use the OpenJDK distribution: https://jdk.java.net/17/.
Figure B.1 shows you how to open an existing project in IntelliJ IDEA. To select the project you want to open, choose File > Open.
Figure ...
Read now
Unlock full access