I have an xml file under res folder, the structure is res/raw/myfile.xml. Now i am using JDOM for parsing the file using SAXBuilder.build("raw/myfile.xml"); And in Logcat it is showing that it cannot open the file. How can I achieve this? any suggestions?I have an xml file under res folder, the struct