|
From: Lars S. <Lar...@if...> - 2009-11-10 08:36:00
|
Hi I would like to have my application which is started as a Linux daemon to present a graphical user interface to the user. The user interface is written in Java Swing. When I try to start the user interface I get an java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. Is there a solution to this? Thanks in advance! Lars |