I am a fairly new java programmer. I only have about five weeks of experience, starting from zero, and I am having problems getting javafx fxml files created in Scene Builde
I was having the same problem. Looked inside my Jar (with Winzip) and see that the FXML file isn't there. Turns out my ANT script building the jar files was only including the *.class files from the bin directory of my project.