-2

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.

Ian Turton
  • 10,018
  • 1
  • 28
  • 47
Rajib Pan
  • 9
  • 2

1 Answers1

0

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.

jewelsea
  • 150,031
  • 14
  • 366
  • 406