I\'m making a program with Javafx Eclipse and I get an error when I open the program with the Scene Builder
This is the error:
Try downloading javafx scene builder from the link:
http://www.oracle.com/technetwork/java/javafxscenebuilder-1x-archive-2199384.html
Then integrate it with your ide by Window>preferences and add a file adssociation as an external program to it.
None of the previous answers solve the described problem for me.
This answer did.
set the path to SceneBuilder app; to do this on mac os
Those of you who are using MacOS ( in my case ), Go to JavaFx from preferences then browse to application folder and select scene builder.
Doing other ways wont open the exact file you are trying to edit (It may make a new file which will be untitled and you have to save it manually on the project directory). Also right clicking the fxml file, you wont be able to use the option (open with scenebuilder).