I am trying to work with JavaFX/OpenJFX. I see that it has dependencies with platform classifier, e.g., javafx-graphics
, for common platforms (Windows, Linux, etc.). I am looking ahead and I am curious
- if I can just package all the platform .jar files or extracted .class files into resulting distribution ZIP or JAR and it will magically pick up the right one, or
- if I will have to create separate distributions for each of the supported platforms?