-
Berikut langkah instalasi:
$ sudo apt-get update $ sudo apt-get install python-software-properties $ sudo add-apt-repository ppa:openjdk-r/ppa (hanya jika dibawah debian 10) $ sudo apt-get update $ sudo apt install openjdk-11-jdk
-
Test hasil instalasi
$ java --version
Output:
openjdk 11.0.12 2021-07-20 OpenJDK Runtime Environment (build 11.0.12+7-post-Debian-2deb10u1) OpenJDK 64-Bit Server VM (build 11.0.12+7-post-Debian-2deb10u1, mixed mode, sharing)