I m trying to access to the content of an xml file. I used docBuilder to parse the file which is stored on /res.
Document xml = docBuilder.parse(new File("test.xml"));
but I'm getting this error "File cannot be resolved to a type." I tried to add an external archieve but I don't know wich .zip or .jar I had to add.