'Does maven-archetype-quickstart support fxml ? If yes, How should I enable it?
I am working on geotools project. Showing error (Exception in Application start method) while loading FXML file. There is no Location issue, I have double-checked my FXML file's location. The same code is working in other projects. Please help me, how to integrate FXML into the maven-archetype-quickstart project.
Solution 1:[1]
Does maven-archetype-quickstart support fxml ?
No.
Instead, see openjfx.io getting started doc for JavaFX maven projects, or (my favorite) use the Idea new JavaFX project wizard if that is your IDE.
Additionally, there are Maven archetypes for JavaFX unrelated to the QuickStart archetype. I don’t necessarily recommend them. Instructions for their use can be found in the readme of the linked repository.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |