Hi all, I'm a nebiew to JavaFX, currently rewriting our industrial Flex app into JavaFX. So far so good (I like it!), it is just not clear to me, how to deploy the app once the Java Web Start is gone and JavaFX will not be bundled in Java itself.
Questions: 1) Is there something similar to Java Web Start available? 1) If I would like to distribute the app just as a single jar, will I have to make two different builds, one without JavaFX for Java 10- users and one with embedded JavaFX for Java 11+ users? Many thanks, Petr