You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have migrated an app from Java 8 to 11 where afterburner.fx was working fine on 8. I have also used maven for all the deps. Now I cannot find the correct .fxml resources, which are still in the same place as before.
I think, it is even more todo here. One should use Streams instead of Paths. See JabRef#16 for details.
In your concrete case, it seems there is a mis-placement of your resources. Normally, the directory structure of resources should match the directory structure of the classes. See https://stackoverflow.com/a/41781868/873282 for details.
I have migrated an app from Java 8 to 11 where afterburner.fx was working fine on 8. I have also used maven for all the deps. Now I cannot find the correct
.fxml
resources, which are still in the same place as before.My project structure:
After breaking into the debugger and snooping around a bit:
It seems that the leading slash fixes the issues, is this some kind of change between java versions that I didn't spot?
Is this related to #75 ?
The text was updated successfully, but these errors were encountered: