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.FXMLLoader logException SEVERE: Page language not specified

909645May 16 2012 — edited Dec 15 2012
Hi all,
I'm doing example on Oracle website http://docs.oracle.com/javafx/2/get_started/fxml_tutorial.htm#CHDDBEGD and used scene builder for the fxml.

When i execute the class i get this error
javafx.fxml.FXMLLoader logException SEVERE: Page language not specified

Then i copied the code for the fxml file from Oracle website and application worked!!
I'm trying to understand why the scene builder code triggered an exception?

The difference between the scene builder fxml file and the one on oracle website is the scene builder code has <Anchor Pane> while code on Oracle website has <GridPane>? I couldn't figure out how to delete Anchor Pane in scene builder and replace with Grid Pane?

Your insight is appreciated.
Thanks.
This post has been answered by Daniel on May 16 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2013
Added on May 16 2012
5 comments
2,570 views