If you're running linux, you can install Eclipse easily from a terminal.
CTRL-ALT-T (opens a terminal)
sudo apt update
sudo apt install default-jre
sudo snap install --classic eclipse
Last edited by matthews; 05/04/2021 8:07 AM. Reason: fixed the code