How to Install the Java Development Kit on Windows 10

Download and install the Java Development Kit Download and install the latest Java Development Kit from: https://www.oracle.com/technetwork/java/javase/downloads/index.html At the time of this writing, I downloaded and installed jdk-13.0.1_windows-x64_bin.exe And accepted all defaults during the installation A reboot was not required Add the Java bin location to the Windows path Control Panel System and Security System […]

Read More How to Install the Java Development Kit on Windows 10

How to Prepare Visual Studio Code for Java Development

Ensure the Java SDK is installed This is an optional step; if necessary, review: https://raybishun.com/2019/12/30/how-to-install-the-java-development-kit-on-windows-10/ Download/upgrade to the latest version of Visual Studio Code https://code.visualstudio.com/download Install the Java Extension Pack The Java Extension Pack is a collection of popular extensions that can help write, test and debug Java applications in Visual Studio Code. Check out Java […]

Read More How to Prepare Visual Studio Code for Java Development