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
The file is under src/main/resources/exampleFolder/exampleFile.extension File database = new File(getClass().getClassLoader().getResource("exampleFolder/exampleFile.extension").getFile());
My application runs file because Eclipse IDE includes that under that cp but when I'm running the packaged jar it is not reading the file.