Appendix A. Tools you’ll need
In this appendix, you find links to installation instructions for all the recommended tools for the examples discussed in the book.
To open and execute the projects provided with the book, you need to install an IDE. I used IntelliJ IDEA: https://www.jetbrains.com/idea/download/. Alternatively, you can use Eclipse IDE: https://www.eclipse.org/downloads/. Otherwise, you can use Apache Netbeans: https://netbeans.apache.org/download/index.html.
To run the Java projects provided with the book, you need to install JDK version 17 or higher. I recommend using the OpenJDK distribution: https://jdk.java.net/17/.
To discuss profiling techniques and reading heap dumps and thread dumps, we use VisualVM: https://visualvm.github.io/download.html ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access