Installing Java 14 on Linux - Quick and Easy

Publicado el: 26 marzo 2020
en el 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


En esta página del sitio puede ver el video en línea Installing Java 14 on Linux - Quick and Easy de Duración hora minuto segunda en buena calidad , que subió el usuario The Code Implementation 26 marzo 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,149 veces y le gustó 27 a los espectadores. Disfruta viendo!