Skip to main content

HeadlessException

Exception When Running 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 where displaying the application interface is not possible.

Solution: launch the server application instead of the client application

Did this answer your question?