how to install java 8 on ubuntu 20.04
sudo apt update sudo apt install openjdk-11-jdk sudo apt update sudo apt install openjdk-8-jdk
how to install java 8 on ubuntu 20.04
sudo apt update sudo apt install openjdk-11-jdk sudo apt update sudo apt install openjdk-8-jdk
install java in ubuntu 20.04
# Java in ubuntu # first check if java is already installed or not using java -version # install openjdk (Java Development Kit) sudo apt install default-jdk # it will ask for confirmation...around 480 MB will be downloaded # this will install both the latest jdk and jre of openjdk distribution # check for java java -version #check for javac javac -version # If you only want to install jre and not jdk, just run sudo apt install default-jre
how to install java 11 jdk on ubuntu 20.04
sudo apt-get update && sudo apt-get upgrade
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us