I Need to read a xml from a web dynpro, then I execute
File file = new File("file.xml"), but a java.io.FileNotFoundException was throwed
I try with "/file.xml" but nothing...
Where I need to put the file? How can I do for read it?
Thank you