I try to acces a file that i've placed on the src file using a relative path but in vain.
here is an example :File file=new File("src/teledeclaration.xsd");
but i get the following error :
java.io.FileNotFoundException: /Users/macbookpro/Downloads/eclipse2
/Eclipse.app/Contents/MacOS/src/teledeclaration.xsd (No such file or directory)
why the below path appears before the normal path that i've written "src/teledeclation.xsd"
/Users/macbookpro/Downloads/eclipse2/Eclipse.app/Contents/MacOS/
how should i handle this problem ?