Post #2820886
2025-12-18 18:42 UTC
@higgins@hachyderm.io It sound like you picked linux-without-runtime.zip, and that your default jdk/runtime does not provide the javafx modules.
If that's the case you must start the program with: cric --jdkhome /path/to/javaruntimewithjavafxmodules
Replies (1)
-
@higgins@hachyderm.io 2025-12-18 19:46
@trixon@fosstodon.org I tried the "without runtime" first. Realized I did not have JDK that included JavaFX so tried the "cric-25.12-linux.zip" after that. Maybe the first run left some config-files behind that messed up the second try?