I have 2 questions about GWT:I'm developing a app and it have to read a xml file that is inside project, but I put this: \[code\]Document doc = docBuilder.parse(new File(stringPath));\[/code\]being stringPath:\[code\]URL path = nameClase.class.getProtectionDomain().getCodeSource().getLocation();String stringPath = path.toString();stringPath = stringPath.substring(5);int num = stringPath.indexOf("classes");stringPath = stringPath.substring(0, num + 8);stringPath += "namePackage/nameFile.xml";\[/code\]With this I get the route where It