How to Run JavaFX in Headless mode for Testing
Peter Pilgrim
peter.pilgrim at gmail.com
Wed Jan 23 23:24:21 PST 2013
Hi All
How do we run JavaFX 8 / JavaFX 2 in headless mode for unit test?
Is there a secret GUI flag? e.g. java -Djava.awt.headless=true
http://stackoverflow.com/questions/494442/fake-x11-display
Should we install a virtual X frame buffer?
http://en.wikipedia.org/wiki/Xvfb
Of course, JavaFX is bypassing AWT in its architecture; so none above,
I think, are guaranteed to work
--
Peter Pilgrim,
**Java Champion**,
Java EE Software Development / Design / Architect for `BlueChip'
enterprises, London, UK
JavaFX ++ Scala ++ Groovy ++ Android ++ Java
:: http://www.xenonique.co.uk/blog/ ::
:: http://twitter.com/peter_pilgrim ::
:: http://audio.fm/profile/peter_pilgrim ::
:: Skype Call peter_pilgrim ::
:: http://java-champions.java.net/ ::
More information about the openjfx-dev
mailing list