Wednesday, May 20, 2020

Manage Multiple JDKs on Mac OS, Linux, and Windows WSL2

If you, like me, have to deal with multiple projects at different stages, like one being legacy, another one being the latest, and another one being a library or tool consumed by users also using different versions of Java, then you have a small Multiple JDK problem, assuming you only care for one vendor of JDK; otherwise, you have a Matrix JDK problem.

Installing, managing, and switching between JDKs in your computer is no easy task these days where the majority of developers are still on Java 8, while a good chunk is now moving to Java 11. And there are many ways to do that.



from DZone.com Feed https://ift.tt/2WOyOZF

No comments:

Post a Comment