resources files not found
Closed this issue · 1 comments
AdrienJarretier commented
When launching from terminal with java -jar in the same directory as jar files work fine
But when double clicking on the jar, the working directory is set to home directory,
so relative path to resource folder isn't relative to jar file but to home folder and we get a FileNotFoundException
AdrienJarretier commented
Fixed by dcca118