I am using intelliJ idea. I am using base path for accessing resources as follow:
String basePath = ".\\src\\main\\resources";
This is my project structure.
My JavaFX project is working perfectly when build in intelliJ with given base path. But when a create exe and run, it throws exception:
The system cannot find the path specified.