How to Install And Work On Multiple Versions of Java JDK on the Same Machine | Programming Mitra

How to Install And Work On Multiple Versions of Java JDK on the Same Machine | Programming Mitra

Naresh Joshi

3 года назад

6,737 Просмотров

How to Install And Work On Multiple Versions of Java JDK on the Same Machine

Blog: - https://www.programmingmitra.com/2019/03/how-to-install-multiple-versions-of-java-on-the-same-machine.html

Description: -
If you are working on multiple projects some of which use Java 8 and some new projects are using Java 11. So in order to work on these projects parallelly, you will need to install multiple JDK on your machine and you should be able to switch between them, We can use SDKMan to do so with below commands.

Command to list all available java versions
$ sdk list java

Command to install Java 11
$ sdk install java 11.0.2-open

Command to switch between JDKs
$ sdk default java java_version

Command to uninstall Java 11
$ sdk uninstall java 11.0.2-open

-----
Follow me here:

Blog: https://www.programmingmitra.com
Github: https://github.com/njnareshjoshi
Twitter: https://twitter.com/njnareshjoshi
Medium: https://medium.com/@njnareshjoshi
LinkedIn: https://www.linkedin.com/in/njnareshjoshi
StackOverflow: https://stackoverflow.com/users/2078093/naresh-joshi

Тэги:

#Java #Interview_Question_And_Answer #Programming_Mitra #Installing_Multiple_Java_JDKs #Installing_Java_11 #Installing_Java_8
Ссылки и html тэги не поддерживаются


Комментарии:

Darwin Bonsol
Darwin Bonsol - 08.07.2021 17:52

currently I'm using jdk16 for my java projects. Now I'm trying to learn r3corda which supports jdk8. i hope this process will work for me. I'll update once done.

Ответить
MD NADEEMUDDIN
MD NADEEMUDDIN - 03.06.2021 07:26

wow! we cant read it from the website? thank you for the help..xd

Ответить
Daniel Persson
Daniel Persson - 11.09.2020 14:35

Great video keep up the great work.

We are currently thinking of switching to use adoptjdk 11 from oracle jdk 8 at work. So switching between versions easily would be great. Thank you for the tip.

Ответить