Today when I was working on Windows, there was no problem at all. After transferring to my Mac at home, trouble started.
I have the following path in the FXML (BorderPane):
fx:controller="application.controllers.DashboardController"
The directory structure looks like this:
Eclipse keeps saying that 'the controller has no field XXX'.
It seems to me quite clear that they are there!
The interface gets properly loaded when run, I'm quite sure the path is correct.
However, the controller is not recognised, and 'test' doesn't get printed.
Any hints?


