Published
- 1 min read
java load file from resources
The solution for this is noted below
java load file from resources
Solution
InputStream is = getClass().getClassLoader().getResourceAsStream("file.txt");
Try other methods by searching on the site. That is if this doesn’t work