Hi, I need to write images using JPEGEncoder and BufferedImage without using an X11. The "FAQ" of Java 2D, http://java.sun.com/products/java-media/2D/forDevelopers/java2dfaq.html says: Unfortunately, calling getGraphics on a BufferedImage will initalize the X server display. If you aren't running an X server, you will get an exception. We are planning to fix this. Does anyone know when they will fix that (in which release/version)? Or is it fixed already? Is there an easier workaround than Xvfb or VNC? Thanks in advance! =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
