FileOutputStream outputs a file - but GAE has a read-only file system. Use another OutputStream implementation or output the stream to the client using HttpServletRespone.getOutputStream()
Also read http://groups.google.com/group/google-appengine-java/browse_thread/thread/a06dd822a6cee160 On Aug 4, 1:04 pm, vss <[email protected]> wrote: > Thanks gk.. But now am using pdfjet jar, java sdk 1.5.0 now i hav the > exception of Fileoutputstream cannot supported in gae, is there any > right way to rectify that.. how can i use Fileoutputstream , thanks in > advance > > On Aug 2, 3:22 am, gk <[email protected]> wrote: > > > > > > > > > See > > >http://code.google.com/p/googleappengine/wiki/WillItPlayInJava > > > iText is listed therein as not supported - as are many packages that > > rely on the AWT framework / Graphics 2D. Google App Engine is here > > like most other "headless" environments. > > > On Aug 1, 11:09 am, vss <[email protected]> wrote: > > > > I got error message of " com.lowagie.text.Document is not supported by > > > Google App Engine's Java runtime environment " in pdf creation in java > > > using itext then pdfjet also the same msg displayed and the msg of " > > > java.io.FileOutputStream is not supported by Google App Engine's Java > > > runtime " , what the problem is.. can i make any changes.. i'm using > > > eclipse.. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
