...
Boot to a live version of Ubuntu Desktop on a cd or a usb key
Install Ubuntu on the target hard drive
Update ubuntu once it is finished installing
sudo apt update
sudo apt upgrade
sudo apt full-upgrade
sudo apt autoremove
Install Java (cur
...
ver21)
...
Detailed instructions found here
sudo apt install default-jdk
java -version
javac -version
...