Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javafx.fxml.LoadException after update to Java 8

user2186173Mar 28 2014 — edited Apr 1 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2014
Added on Mar 28 2014
1 comment
1,528 views