akshaydharphale / ganttproject

Automatically exported from code.google.com/p/ganttproject
0 stars 0 forks source link

Do not access Swing libraries when started in command line mode #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Copied from the bug tracker on SourceForge:
https://sourceforge.net/tracker/index.php?func=detail&aid=878144&group_id=72728&
atid=535427

GanttProject always creates JFrame and other UI stuff even if it is running
in command line mode (like ganttproject.sh -pdf HouseBuildingSample.gan)
Headless servers don't like when applications try to use graphical libraries

Original issue reported on code.google.com by dbarashev on 1 Dec 2008 at 12:23