I shifted my project from tomcat to eclipse. All files are working fine but the folder containing property files are not working.
What I did so far:
but nothing worked for me. Here is screen shot:
Please advise where I am making mistake? My OS is windows 8 but I have to deploy on CentOS IDE: eclipse neon 3.0
After spending many hours I found the solution from this post
Copying solution here:
URL url = ConfigReader.class.getClassLoader().getResource("lang/global/settings.properties");
String filename = url.getPath();