

OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.20.04)


You will get the following output: openjdk version "11.0.10" Once Java installed, you can verify the installation with: $ java -version Now run the following command to install the default OpenJDK 11, which will provide Java Runtime Environment ( JRE). Sudo apt install openjdk-8-jre-headless # version 8u282-b08-0ubuntu1~20.04 Sudo apt install default-jre # version 2:1.11-72 Command 'java' not found, but can be installed with: If Java is not currently installed, you will get the following output.
