Installing Oracle Java 14 w Ubuntu 18.04 and 20.04
The following tutorial describes how to install the Java version 14 on Ubuntu systems 18.04 and 20.04
We made in a few minutes using the console.
At the beginning, we add the repository to the system:
1 | sudo add-apt-repository ppa:linuxuprising/java |
We update packages, and install Java:
1 | sudo apt-get update |
1 | sudo apt-get install oracle-java14-installer oracle-java14-set-default |
set version 14 as the default:
1 | oracle-java14-set-defaul |