I am developing a plugin with JavaFX on Linux, I updated it to 2025 platform and all seems OK until someone try to install created zip from disk on Windows - the IDE stucks and has error something like “no JavaFX runtime”.
At the announce JavaFX Runtime for Plugins is Deprecated in 2025.1 we have instruction “Please include a modern JavaFX version with your own plugin if necessary.”. Please, can someone be a little more detailed because I cannot realize need I “include a modern JavaFX version” in my plugin or not, and what does it mean, what I need to do from technical point of view?
If I build the zip on Windows, it contain fx-jars for linux too, but if I build it on Linux, the zip does not contain fx-jars for windows. Both of them do not contain fx-jars for MacOS.
So, the plugin works on Linux if it built on Windows, do not work vice versa (I checked), but I have not checked on MacOS.