Manage Multiple JDK/ JAVA version on windows machine

Published: 03 June 2022
on channel: Maheshwar Ligade
6,329
85

How to manage multiple JDK or Java versions on a windows machine easily.

The sample Bat file is here.

@echo off
set JAVA_HOME=C:\Program Files\Java\jdk-9.0.4
set Path=%JAVA_HOME%\bin;%Path%
echo Java 9 activated.

Download Oracle JDK
https://www.oracle.com/java/technolog...

Download Open JDK
https://jdk.java.net/archive/

Github Source Code and scripts available
https://github.com/maheshwarLigade/JD...


On this page of the site you can watch the video online Manage Multiple JDK/ JAVA version on windows machine with a duration of hours minute second in good quality, which was uploaded by the user Maheshwar Ligade 03 June 2022, share the link with friends and acquaintances, this video has already been watched 6,329 times on youtube and it was liked by 85 viewers. Enjoy your viewing!