Message1426

Author kzuberi
Recipients
Date 2007-02-13.04:53:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Forcing a headless install with -c/--console or with -Djava.awt.headless=true works fine. But installation without these options in a headless environment results in an exception (java5 on linux), does it make sense to test for this and force headless mode?

I think this is already what the method isGuiAllowed() in Installation.java is attempting to do, maybe it should also be testing GraphicsEnvironment.isHeadless()?

- kz
History
Date User Action Args
2008-02-20 17:17:42adminlinkissue1658599 messages
2008-02-20 17:17:42admincreate