Download software
Visit the page linked below. If you are using Windows, download the "User Installer" version. Many of us use the x64 version - for 64 bit computers.
Step to follow
- Install and run Visual Studio Code.
- Select File -> Open Folder from menu. Create an empty folder and select it.
- Click on "New File..." icon and give HelloWorld.java as the file name.
- First time a .java file is created, you will be asked to install the Java extension. Install it. You will have to wait a bit until installation is complete.
- Complete the HelloWorld program.
- Click on the 'Run' icon to run the program.