Installing Java 14 on Linux - Quick and Easy

Publicado em: 26 Março 2020
no canal de: The Code Implementation
2,149
27

How to install Java JDK 14 on ubuntu linux quickly and easily. Installing java jdk 14 is not quite straightforward but is very simple when you follow the steps in this video on your Ubuntu Linux computer.

The two update alternatives commands:
sudo update-alternatives --install "/usr/bin/java" "java" "%PATHTOJDK%/bin/java" 1

sudo update-alternatives --install "/usr/bin/javac" "javac" "%PATHTOJDK%/bin/javac" 1

To switch between Java JDK versions use the following:
sudo update-alternatives --config java
sudo update-alternatives --config javac


Nesta página do site você pode assistir ao vídeo on-line Installing Java 14 on Linux - Quick and Easy duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário The Code Implementation 26 Março 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 2,149 vezes e gostou 27 espectadores. Boa visualização!