We are developing an application in Google app engine using Java.We have location.xml file in project. And there is location array field in table. We have to map location array with location.xml. Actually android and web application using the same xml file to show location in drop down.
java.security.AccessControlException: access denied (java.io.FilePermission gae:C:\NEW WORKSPACE\xml\input.xml write)
We are getting issues for file read and write. What can be solution for this issue?