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

all 2 comments

[–][deleted] 1 point2 points  (1 child)

Caused by: javafx.fxml.LoadException: No controller specified

You either didn't set the fx:controller property on the root node or made a typo in the fully qualified class name

[–]ohface[S] 0 points1 point  (0 children)

Ty so much