Search found 1 match
- Fri Sep 22, 2006 1:35 am
- Forum: JFreeChart
- Topic: Offscreen Imaging: X11, DISPLAY, BufferedImage
- Replies: 46
- Views: 3453303
The property java.awt.headless does not exist in Java 1.3 or lower. So if you are trying to use Java 1.3 to compile or run your code, then adding the line java.awt.headless = true will make no difference. If you wish to use this solution (and not one of the other solutions, like the virtual X server...