Several Integrated Development Environments (“IDE”) can be used for Java development, such as Visual Studio Code & Netbeans. For the first-time Java programmer, I recommend taking the first steps with good ol’ Notepad++.
In this tutorial:
See also:
- Coding Java with VSCode
1. Java Plugin
You need to install the Java Plugin:

- Type Java in the Search box
- Select the Java Plugin from the list of available plugins
- Click Install
2. Next step
You are ready for the “Hello World!” in Java tutorial!