I know that the classes of java.io like FileOutputStream are not supported in GAE. But i have seen this: http://code.google.com/p/appengine-java-io/, api that allow support of java.io classes. So i have a GAE project that i want to deploy on GAE, and this project needs FileOutputstream, but importing the appengine-java-io API the error message "java.io.FileOutputStream is not suported by GAE" remains.
How can i remove the message and use java.io classes in GAE? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
