So I have cleaned and build it my project as a runnable jar file. There are some scenes that need to get data from files in the project. But for some reason, the file path's are not correct. My project in ide is like this
The path in my project is "src\ch\makery\address\util\settings.xml" but when I run my .jar file it becomes c:\users\bob\Desktop\src\ch\makery\address\util\settings.xml which will than throw a FileNotFoundException, is there a way to fix this?