Search found 1 match

by shibaevv
Thu Oct 30, 2008 5:11 am
Forum: JFreeChart
Topic: Offscreen Imaging: X11, DISPLAY, BufferedImage
Replies: 46
Views: 3453303

Problem on UNIX/Solaris (no X11)

Yes, this article
java.sun.com/products/java-media/2D/reference/faqs/index.html#Q_I_have_an_application_that_rea
helped to solve the problem with JFreeChart running (failing) on Solaris with no X11 shell active.
I have just added "-Djava.awt.headless=true" to application server start up script.