Developers in their daily work, will inevitably encounter the need to switch different manufacturers of open source JDK, different versions of JDK, and many developers do not have a unified management of the way to configure JDK, the installation path and environment configuration will be more messy, for this reason, this project uses the Tree structure for Java installation and management, and through the system script to complete the selection, one-click vendor/version switching.
git clone https://github.com/NotoChen/JavaVersionChoice.git
Java
│───Corretto
│ │
│ │ 8
│ └───11
│ │ bin
│ │ ...
│ Dragonwell
│ IBM
│ │
│ │ 8
│ │ 11
│ └───17
│ │ bin
│ │ ...
│ Kona
│ OpenJdk
│ OracleJdk
│ RedHat
│ JavaVersionChoice.bat
Download and install JDK from other vendors/versions, and the directory structure is placed in the repository in the form of /vendor/version/bin and other directories,and JavaVersionChoice.batwill be automatically compatible.
Apache License 2.0 © NotoChen