I have a problem with a relative path in my Java EE application, here's is the situation:
I'm trying to parse an xml file that i have in
/WebContent/files/queries.xmlusing SaxParser API.When I'm providing this path (
./files/queries.xml) in a java class so that i can perform the parsing operation, I'm getting ajava.io.FileNotFoundException: /home/james/./files/queries.xml!
Could someone please help me with that?
Thanks a lot