Category: Java
-
Installing OpenJDK 21 on DietPI
Open an ssh session as root to the DietPI machine.Type the following commands: open the ssh session again and check if java is available:java –version This should output something likeopenjdk 21.0.2 2024-01-16OpenJDK Runtime Environment (build 21.0.2+13-58)OpenJDK 64-Bit Server VM (build 21.0.2+13-58, mixed mode, sharing) Above instructions are for the current jdk version (21.0.2) on an…