|
From: Andreas P. <and...@ou...> - 2026-05-08 14:30:36
|
> Well, Fantasia hasn't been worked on for so many years that I fear that > Fantasia has to be removed from installers in near future anyway, unless > somebody volunteers (which I doubt) to update Fantasia sources for it to work > with a more recent Java version. The Java version Fantasia depends on is so > old, that it doesn't make sense from security PoV alone, and of course all the > struggle on modern systems to make it running. Fantasia works fine for me with modern java (java 25 on Linux), it just needs an extra flag: java --add-exports java.desktop/sun.swing.plaf.synth=ALL-UNNAMED Fantasia-0.9.jar I also add -Dsun.java2d.uiScale=2 to make the GUI bigger on a 4k screen. /Andreas |