The thing is that System.getProperty("user.dir"); obtains a path without a current folder. So if class is stored in C:\Users\Nika\workspace\sint\src the output is C:\Users\Nika\workspace\sint. What should I do?
The thing is that System.getProperty(user.dir); obtains a path without a current folder. So if
Share
Why not use getResource