> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: TC on Windows Server Core
> unless the JVM does something silly like trying to initialize > the graphics subsystem even when there isn't one available. Have to differentiate between the JVM graphics subsystem and that of the platform. The JVM graphics subsystem is *always* available, even on a headless system. Whether or not you can display the results of JVM graphics processing is determined by the availability of a GUI display mechanism on the box. I would definitely set -Djava.awt.headless=true for this environment to insure there's no attempt at GUI usage. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.