I am using the javafx ribbons components that is implemented by custom library from this post: https://pixelduke.wordpress.com/2015/01/11/ribbon-for-java-using-javafx/
Everything is fine but the only issue is that I can't open the FXML files using the scene builder. Every time I open a file it gives class not found exception. I tried to add the fxml as a custom component to the scene builder but it gave the same error.
Any suggestions?