On my machine, the program crashes after a few clicks with the following error:
SIGSEGV (0xb) at pc=0x00007dc3280d7ea8, pid=573196, tid=573197
JRE version: OpenJDK Runtime Environment (17.0.10+7) (build 17.0.10+7)
But I found a solution, setting the following environment variable:
export NO_AT_BRIDGE=1; PortfolioPerformance
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