Category: macOS
-

Managing multiple JDKs on macOS with SDKMan
Managing multiple versions of JDK on macOS could be a fairly daunting task especially when you could be working on multiple projects requiring different JDK versions. You could manually update the PATH & JAVA_HOME environment variables everytime you need to switch JDK version or you could also simply use /usr/libexec/java_home…
-

Homebrew – The Missing Package Manager for macOS
If you’re coming from the Windows ecosystem, then you surely must be aware of winget and how wonderful it is to be able to install almost any package you’d need as a developer with winget. However, when you come to macOS, there’s no winget for it. So how do you…
-

Managing multiple JDKs on macOS
If you’ve just moved from Windows to macOS or starting fresh on your new Mac and wondering how to manage multiple versions of Java Development Kit (JDK) such as 8, 17, 21 etc system wide then read on. /usr/libexec/java_home – the simplest way There’s a folder inside /usr called libexec…
