JDK and JRE Issues not resolving via given solution

Working pacman commands:

[Stable Update] 2023-11-13 - #31 by ARSManiac

sudo pacman -Sy jdk-openjdk
(said Yes to remove packages in conflict)
then:
sudo pacman -Syu

Working pamac commands:

[Testing Update] 2023-11-10 #9 by nikgnomic

pamac update failed due to changes in JDK/JRE packages

Error: Failed to prepare transaction:
conflicting dependencies:
- jdk-openjdk and jre-openjdk are in conflict

Resolved by installing jdk-openjdk before updating:

pamac install jdk-openjdk --no-upgrade; pamac update --no-aur
2 Likes