Configuring the JVM for environments without graphics

For Unix and Linux environments that do not have graphics support, such as an X11 graphics environment, set the Java Virtual Machine (JVM) to run in headless mode. Specify this mode by setting the JVM parameter java.awt.headless to true on your application server. Setting java.awt.headless to true prevents the JVM from attempting to access a native graphics environment that does not exist.