We built a Jar (java 8) that runs with the Proper JDK and JRE. But on the client PCs is no suitable OpenJRE and because of policy reasons they only use a openJRE8 without jfxrt.jar (which is annoying).
Bacause of that, we can not run the JFX Jar like regular. But we can ship it with a suitable openJRE that contains jfx.
But for comfort reasons: is it possible to build the Jar in a way, in which the javaFX library is included/built into the Jar so we don't have to ship the whole enviroment ?