sdkman
Using SDKMAN to manage the JDKs lying around my Windows 10
SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates. Formerly known as GVM the Groovy enVironment Manager, it was inspired by the very useful RVM and rbenv tools, used at large by the Ruby community.
| Seems like an easy way to install JDK
cmder
zip/bzip2
Download from https://sourceforge.net/projects/gnuwin32/files/
Download “zip-3.0-bin.zip” for “zip.exe” and “bzip2-1.0.5-bin.zip” for “bzip2.dll” in CMDER_HOME/bin folder
Install sdkman
curl -s "https://get.sdkman.io" | bash
Switch cmder to bash/*
source "$HOME/.sdkman/bin/sdkman-init.sh"
Verify
sdk version