nus-cs2103-AY1819S2 / forum

CS2103/T discussion forum
6 stars 1 forks source link

Unable to open .fxml files in SceneBuilder #65

Closed geezlouisee closed 5 years ago

geezlouisee commented 5 years ago

Hi,

My teammates and I are experiencing this problem where we are unable to open MainWindow.fxml and HelpWindow.fxml in SceneBuilder. We get a message that says the "Content of this Document cannot be displayed" instead.

image

Does anyone know how we can go about solving this? Thanks in advance!

fterh commented 5 years ago

Did the contents of your file get corrupted? Maybe a missing character or an extra character somewhere?

You can try checking out an earlier version of the file that works, then reviewing the commits from then till now, and validating every line change to isolate the problem.

pyokagan commented 5 years ago

Make sure you are using Gluon SceneBuilder for Java 11. It's a relatively recent feature and I don't think Gluon updates the Java 8 version any more.

geezlouisee commented 5 years ago

We managed to resolved the problem by downloading a developmental snapshot of Gluon SceneBuilder. Thanks for the help!