Skip to main content

HeadlessException

Exception When Launching a Client Application on the Server

Written by Petr Pech

Running CLIENT-1 version 2017.2.0

...

java.awt.HeadlessException:

Linux: No X11 DISPLAY variable was set, but this program performed an operation which requires it.

This exception occurs when the client application is launched on a server that has no capability to display the application interface.

Solution: launch the server application, not the client application

Did this answer your question?