When I try to set the scene builder home in Netbeans 7.4 and target the /Applications/JavaFX Scene Builder 2.0.app its throwing me an error:
Selected location /Applications/JavaFX Scene Builder 2.0.app does not represent a valid JavaFX Scene builder installation.
On Windows you must use netbeans version 7.4 and using javafx scence builder 1.1 .
it works.
If you have a look at the bug, they say that the solution is available in 7.3 beta and higher.
Bug:
Solution:
Installation Instructions:
Please read these instructions to see if you have made any errors while installation.
I had the same problem with NB 7.4 and JavaFX Scene Builder 2.0 on Debian.
At the moment I solved it installing JavaFX Scene Builder 1.1
SceneBuilder 2 produces FXML compiant with Java 8.
NetBeans 8 has official support for Java 8, so use SceneBuilder 2 with NetBeans 8+ running on Java 8+.
Oracle provides an official tutorial on the use of SceneBuilder 2 and NetBeans 8. Follow the tutorial to get it to work.
I was able to get JavaFX Scene Builder 2.0 working within NetBeans 7.4 by just renaming the "JavaFX Scene Builder 2.0.exe" to "JavaFX Scene Builder 1.1.exe". Then follow the instructions for Configuring the Scene Builder Installation Location from here. http://docs.oracle.com/javase/8/scene-builder-2/work-with-java-ides/sb-with-nb.htm#JSBID108/
I still get this error with Netbeans 7.4, but I've found a workaround:
Go to the folder where you extracted/installed Scene Builder 2 and rename the executable file to "JavaFX Scene Builder 1.1"
It will now be recognized as a valid Scene Builder directory.