Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/kmcaster.git

Goodbye Java 14

Author Robin Lovelace <email>
Date 2022-12-01 00:26:43 GMT+0000
Commit 37e45960cc7b89ea1998d16204e61b8757fa91e2
Parent ae7f5ed
README.md
## Linux Java Version
-Depending on the Linux distribution, Java 14 can be installed by issuing one of the following commands in a terminal:
+Depending on the Linux distribution, Java 14+ can be installed by issuing one of the following commands in a terminal:
```bash
-sudo apt install openjdk-17-jdk # ubuntu 22.05
-sudo apt install openjdk-14-jdk
+sudo apt install openjdk-17-jdk # tested on ubuntu 22.04
sudo pacman -S jdk-openjdk
```
-Switching from earlier versions of Java to Java 14 can be accomplished by issuing one of the following commands in a terminal:
+Switching from earlier versions of Java can be accomplished by issuing one of the following commands in a terminal:
```
Delta 3 lines added, 4 lines removed, 1-line decrease