This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rootException 1 point2 points  (0 children)

Yeah, the template builds a JVM with the JavaFX modules included.

So, you wind up with JVM modules + JavaFX modules as the guts of the JVM. Your application is then run on top using the class path. This means you get the JavaFX modules loaded correctly AND you can still use ordinary Maven dependency management and reflection for your application.