Content received from: http://JavaFAQ.nu/java-article290.html


My colleague, he is testing my code, got ''Headless Exception''. He jokes that i
Friday, January 09, 2004 (00:00:00)

Posted by jalex

Question: My colleague, he is testing my code, got "Headless Exception". He jokes that it is thrown by a code which is written by headless people Smile He has shown me log file even. Is he joking with me?

Answer: Probably not Smile I mean that you are Ok although this exception exists in reality.

It is thrown when code that is dependent on hardware like keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse. For example, all modern servers have no display, keyboard and mouse.

--
John

*******************************************

Zip Jar Manager and HeadlessException, Java Code Example