I am trying to access config.xml file from my JAVA program. But its showing me "File Not Found". Here is my project structure. I am using eclipse.
So now I want to read "conf/config-file.xml". How should I do that?
Note:
- I cannot change project structure.
- 'conf' and 'bin' they ain't under '/root'.They are under just one common project directory.
Please help Thank you!!