thanks again for your response gk.. I search that code for the OutputStream
implementation method , but i couldn't find better result for my problem i
couldn't fix yet , if you suggest any refer link that related that resources

On Thu, Aug 4, 2011 at 6:40 PM, gk <goran.kar...@googlemail.com> wrote:

> 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 <technify.s...@gmail.com> 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 <goran.kar...@googlemail.com> 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 <technify.s...@gmail.com> 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
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to