When i compile and run my program in Eclipse, is runs without exceptions. But when i export it to an runnable jar or an normal jar it does not find my settings file.
My path is:
String path= "src/settings/settings.ini";
In eclipse it runs without exception, but in a jar, it throws the exception immediately .
How is it possible to make the jar just work as it is in eclipse?