I'm trying to use the SceneBuilder with IntelliJ on Mac. So I downloaded the .dmg file from there http://gluonhq.com/products/downloads/
Now I supplied the following path to the SceneBuilder in IntelliJ:
/Applications/SceneBuilder.app/Contents/MacOS/SceneBuilder
When I tried to open a .fxml
, I get the error
Failed to start SceneBuilder:
/Applications/SceneBuilder.app/Contents/MacOS/SceneBuilder/Contents/MacOS/scenebuilder-launcher.sh
It seems like IntelliJ is looking for this sh-script but I have no clue where it is to be honest. I have looked over several webpages on the net but no one helped me actually...
So how do I fix my problem or how can use the scene builder in IntelliJ?
Thanks