JDK Selector is a user-friendly program that allows users to select and set different versions of Java JDK. With its easy-to-use interface, users can quickly switch between JDK versions to suit their development needs.
Currently Only works with Amazon corretto
- Select and set different versions of Java JDK
- Easy-to-use interface
- Quick switching between JDK versions
- Java Development Kit (JDK) installed on the system
- Set
%JAVA_HOME%\bin
in your System PATH Environment Variables - Remove any entries that correspond to Java JDK paths from value of the PATH variable. Be careful not to remove other important entries.
- Recommended to Download the Binary or installer from releases
-
- Clone this repo
- pip install pyinstaller
- (optional) Download and extract UPX [https://upx.github.io/]
- run
pyinstaller --upx-dir "./path-to-upx" JDK-Selector.spec
- Output can be found in ./dist/JDK-Selector
If you find a bug or would like to suggest an enhancement, please open an issue on this repository. Pull requests are most welcome!