You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue. The view has to be in the same package as the .fxml-file. The controller can be in a different package however. It is also important that the .fxml-files uses lowercase names. See this structure and naming:
I mostly use the view-classes as a marker for the location of the .fxml-file. It doesn't contain more than the @FXMLView-annotation and a bundle. It is the controller-class that holds all logic.
I keep getting
java.lang.IllegalStateException: Location is not set.
If I have my view in a different package from the App classThe text was updated successfully, but these errors were encountered: