I have server side code rasterizing SVG to JPEGs and PNGs working on
Windows NT 4.0 sp6.  I used the JDK 1.3.1 for development with Weblogic 6.1
and it works just fine.  I am trying to use JDK 1.4 to test with and
without headless mode, and in either case I only get a blank image.  My
try/catch block does not get any Exception so I am not sure where to start
looking at this.  After transcoding the image I place it directly in the
ServletOutputStream, set the MIME type and dispatch it to the client.  The
window comes with an image of the right size, but its blank or empty.  Are
there any compatibility issues with JDK 1.4?
Thanks,
e.l.f.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to