Hi,
i have a problem to load a fxm file in my application after update to java 8.
The error message are: javafx.fxml.LoadException: Root hasn't been set. Use method setRoot() before load
I found some propositions ti fix this problem for example i change the fx.root entry to VBox but then i get a new error:
com.sun.javafx.fxml.PropertyNotFoundException: Property "type" does not exist or is read-only
ALl works fine before i update to java 8.
Have someone an idea whot i can try to fix the problem.
Thanks and regards