Search found 1 match
- Wed Nov 26, 2008 8:38 pm
- Forum: JFreeChart
- Topic: Offscreen Imaging: X11, DISPLAY, BufferedImage
- Replies: 46
- Views: 3453303
Re: 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. Thi...