Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.85 KB

README.en.md

File metadata and controls

62 lines (44 loc) · 1.85 KB

Java version switching tool

Directory

ProjectBackground

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.

Installation

git clone https://github.com/NotoChen/JavaVersionChoice.git

DirectoryStructure

Java
│───Corretto
│   │
│   │   8
│   └───11
│       │   bin
│       │   ...
│   Dragonwell
│   IBM
│   │
│   │   8
│   │   11
│   └───17
│       │   bin
│       │   ...
│   Kona
│   OpenJdk
│   OracleJdk
│   RedHat
│   JavaVersionChoice.bat

Use

Run JavaVersionChoice.bat

image

WaysToExpand

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.

OpenSourceLicense

Apache License 2.0 © NotoChen