------- Comment #1 from roman at kennke dot org 2008-02-26 08:56 ------- Hi,
> When using java.awt.image.BufferedImage; the corresponding program fails to > run > when no X display is available although it does not make use of the display. > I've tried to set -Djava.awt.headless=true on the command line, without any > positive effect. Looks like you are trying to render into a BufferedImage which is accelerated by using an X Pixmap. How do you create the BufferedImage, via new BufferedImage(...) or by calling GraphicsConfiguration.createCompatibleImage(..)? I think the latter could be a problem without GTK. Maybe you could provide a small test program? > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35369 _______________________________________________ Bug-classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-classpath