How to install Java (JRE) in EC2 Ubuntu Server 18.04 LTS in 2 simple commands
First you need to have your instance up and running and to have ssh’d in. The first command you want to run is: > java -version You should get this response: > Command ‘java’ not found, but can be installed with: > sudo apt install default-jre > sudo apt… Read More »