Arch now treats the JRE and JDK packages to be in conflict (see https://archlinux.org/news/incoming-changes-in-jdk-jre-21-packages-may-require-manual-intervention/).
It would be good if the PKGBUILD could be updated to just depends=('java-runtime')
. That way you could use the package with the built-in JRE from the JDK package.
Pinned Comments
jesusignacio commented on 2023-01-29 21:37 (UTC) (edited on 2023-01-29 21:39 (UTC) by jesusignacio)
@emiltb just set a newer Java environment. For example:
sudo archlinux-java set java-11-opendjk
In case you need to know which ones do you have, run:sudo archlinux-java status