java

Learning Java

This repository records my learning journey on Java.

How to Configure Java Environment in VS Code

If you have multiple JDK installed in your machine, using Windows OS as example, press CTRL + SHIFT + P and search for ‘confiugure java runtime’, you will see a list of JDK installed in your machine, select the one you want to use from following 3 tabs:


Keep going…