Lesson 2Installing a Development Environment: NetBeans
This lesson walks you through the process of installing NetBeans 12, which you can use for the remaining lessons in this book.
GETTING STARTED
NetBeans is a Java IDE, which stands for integrated development environment. The IDE is where a developer does most of their work when developing software programs, and it includes tools that help identify errors in the code as well as an interface for complicated development projects.
In this course, we will use NetBeans 12. If you already have NetBeans 12 installed and you can open it without errors, then you can skip this lesson. If you have problems opening NetBeans 12, see the troubleshooting steps near the end of each set of instructions in the following sections, depending on your operating system.
UNDERSTANDING THE VALUE OF AN IDE
The IDE is the single most important tool in your developer toolbox. The IDE is where you will write and compile, ...
Get Job Ready Java now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.