[PJUG Javamail] Headless X11

Nimret Sandhu nimret at nimret.com
Fri Dec 21 22:49:35 UTC 2007


on the same topic, there is a Java system property also which lets Java 
applications which depend on the native UI toolkits  ( awt, etc) operate in 
headless mode:

-Djava.awt.headless=true

useless for non-Java applications of course =)
-- 
Nimret Sandhu
http://www.nimret.com
Java consulting needs?! http://www.nimsoft.biz

On Friday 21 December 2007 11:33 am, Lyle T. Harris wrote:
> There was some discussion in the last meeting about
> running headless UI tests and I thought I would pass
> along some info I've come across in my relentless quest
> for perfect software...  ;-)
>
> Running Selenium under Maven sans head:
>
>
> http://mojo.codehaus.org/selenium-maven-plugin/examples/headless-with-xvfb.
>html
>
> The real magic comes from Xvfb which is easily installed under [k]ubuntu
> via the "apt-get install xvfb" command.  YMMV.  Void() where prohibited.
>
>     http://en.wikipedia.org/wiki/Xvfb
>
> Happy Festivus!
>
> Lyle
> _______________________________________________
> Web Site - http://www.pjug.org/
> Javamail mailing list
> Javamail at pjug.org
> http://www.pjug.org/mailman/listinfo/javamail



More information about the Javamail mailing list