This repository provides scripts to install and manage multiple Java versions (JDK 17, JDK 21, etc.) on Debian, Ubuntu, and Windows. The scripts allow you to switch between versions easily, ensuring a flexible development environment.
- Install JDK 17 and JDK 21 automatically.
- Configure the system to switch between Java versions freely.
- Works on Debian, Ubuntu, and Windows.
- Cross-platform compatibility with separate scripts for each OS.
- Installers/
debian_setup.pyubuntu_setup.pywindows_setup.py
- License
- README.md
sudo python3 debian_setup.py
sudo python3 ubuntu_setup.py
python3 windows_setup.py
sudo update-alternatives --config java sudo update-alternatives --config javac
Contributions are welcome! Please open a pull request or raise an issue for improvements or bugs.