Obviously there are native libs (dlls, etc) that JFX uses that are outside of the jfxrt.jar.
But is the actual jfxrt.jar produced by the build generic and able to be used on any platform (so long as the natives are also present) or is it platform specific itself? We are getting close to the ios/backport stuff working (as well as it can at this stage) and are aiming to start putting stuff in Maven soon. Just want to make sure I get the separations as clean as possible because once it's in Central it doesn't ever leave. Cheers.