Package used to work fine on my EndeavourOS installation, but recently I'm getting a window with "Version 1.8.0_362 of the JVM is not suitable for this product. Version: 11 or greater is required." when opening the program. I can only press a "Close" on this window. I have tried removing and reinstalling with yay (cleanBuild), to see if that could help me if it is a dependency problem. How do I resolve this?
Edit: whnr reached out to me and informed me, that I was likely using an old Java version. Switching to java-19-openjdk with 'sudo archlinux-java set java-19-openjdk' resolved the issue right away.
Pinned Comments
tuxxx commented on 2024-04-16 14:10 (UTC) (edited on 2024-04-16 14:11 (UTC) by tuxxx)
Make sure to import Andreas Buchens gpg key with
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