I have a problem with the integration between NetBeans (8.1) and gluon SceneBuilder (8.2.0) using jdk 1.8.0_92-b14.
- create a maven project with java in src and fxml in resources
- create a correct custom component according to docs
- build the project
- import the jar as library in SceneBuilder
- open the fxml of the component in SceneBuilder with menu: file / open => OK
- open the same fxml by double clicking in NetBeans => ClassNotFound
- open the same fxml by starting SceneBuilder on the commandline with the fxml as argument => ClassNotFound
Can anyone shine a light, or perhaps share a solution?