This repository is an introduction to starting the advanced Java learning path.
- Create a Java file that prints
Hello World!
. - Install your preferred code editor or IDE.
- In my case, I installed IntelliJ IDEA Ultimate.
- Go to File > Open... and select the folder where your
HelloWorld.java
file is located.
- You can check this via File > Project Structure > Project SDK.
- Right-click on the file
HelloWorld.java
and choose Run 'HelloWorld.main()'.
🚀 Editor used
IntelliJ IDEA Ultimate
Manually installed on Ubuntu 22.04 from the ideaIU-2025.2.1.tar.gz archive.