I know that there is already questions like this, but i still cannot solve my problem (and a lot of people too AFAIK).
I'm trying to open fxml files containg my custom components with Scene Builder, and i cannot solve the problem with ClassNotFoundException.
I tried to use scenebuilder-classpath-element instruction with different pathes to my component classes. I also tried to import my custom components using Scene Builder import function. Seems that it was imported successfully (i can see it in custom components list), but the problem still exists (i'm still getting ClassNotFoundE) :(
Is there any way to fix it? I cannot belive that this problem cannot be fixed x|